(WMQ) Post a message

In recent times, we faced a lingering issue in production while posting messages to a remote queue (MQV5.3) using MQ import binding (connections management via server settings) where the connections from client are remained alive/active despite connections are broken from remote side. We applied several settings suggested in Technote but it didn't help. We also checked firewall and TCP settings but no luck.

PMR suggested that its due to older version of MQ which is no longer supported by IBM and we were advised to upgrade. Since MQ is remote and we have no control on it we end up making/managing connections using Java code, which is performing really well as of this writing. Here is the code snippet:

import java.io.BufferedReader;
import java.io.FileReader;
import java.util.Date;
import java.util.Properties;
import javax.jms.JMSException;
import com.ibm.jms.JMSTextMessage;
import com.ibm.mq.jms.MQQueue;
import com.ibm.mq.jms.MQQueueConnection;
import com.ibm.mq.jms.MQQueueConnectionFactory;
import com.ibm.mq.jms.MQQueueSender;
import com.ibm.mq.jms.MQQueueSession;


public static void postMessage(String msg) {

Properties p = new Properties(System.getProperties());
           
  //Setting below properties based on Link1 and Link2
  p.put("com.ibm.mq.cfg.TCP.Connect_Timeout", "30");
p.put("com.ibm.mq.cfg.MQRCVBLKTO", "30");

System.setProperties(p);

MQQueueSession session = null;
MQQueueSender sender = null;
MQQueueConnection connection = null;

try {

FileReader fr = new FileReader(
"C:\\Harish\\Msg.txt");
BufferedReader br = new BufferedReader(fr);
String s;
StringBuffer str = new StringBuffer();
while ((s = br.readLine()) != null)
str.append(s);

fr.close();

msg = str.toString();
MQQueueConnectionFactory cf = new MQQueueConnectionFactory();
cf.setHostName(HOST);
cf.setPort(PORT);
cf.setTransportType(1);
cf.setQueueManager(QM);
cf.setChannel(CHANNEL);

connection = (MQQueueConnection) cf.createQueueConnection();
session = (MQQueueSession) connection.createQueueSession(false, 1);
MQQueue queue = (MQQueue) session
.createQueue("queue:///QUEUE");
sender = (MQQueueSender) session.createSender(queue);
JMSTextMessage message = (JMSTextMessage) session
.createTextMessage(msg);

connection.start();
sender.send(message);
System.out.println("Sent message");
} catch (JMSException jme) {
System.out.println("JMSException occurred");
jme.printStackTrace();
} catch (Exception e) {
System.out.println("Exception occurred");
e.printStackTrace();
}

finally {
try {
sender.close();
System.out.println("sender closed");
} catch (Exception ex) {
System.err.println("sender() : " + ex.getLocalizedMessage());
}
try {
session.close();
System.out.println("session closed");
} catch (Exception ex) {
System.err.println("session.close() : "
+ ex.getLocalizedMessage());
}
try {
connection.close();
System.out.println("connection closed");
} catch (Exception ex) {
System.err.println("connection.close() : "
+ ex.getLocalizedMessage());
}
}
  }


19 comments:

  1. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
    python interview questions and answers | python tutorials

    ReplyDelete
  2. Really great post, Thank you for sharing This knowledge.Excellently written article, if only all bloggers offered the same level of content as you, the internet would be a much better place. Please keep it up!

    Java training in Chennai | Java training in Bangalore

    Java interview questions and answers | Core Java interview questions and answers

    ReplyDelete
  3. I am really enjoying reading your well written articles.
    It looks like you spend a lot of effort and time on your blog.
    I have bookmarked it and I am looking forward to reading new articles. Keep up the good work..
    Hadoop Training in Chennai
    Big Data Training in Chennai
    Big Data Course in Chennai
    big data courses in bangalore
    hadoop training institutes in bangalore

    ReplyDelete
  4. We are urgently in need of Organs Donors, Kidney donors,Female Eggs,Kidney donors Amount: $500.000.00 Dollars
    Female Eggs Amount: $500,000.00 Dollars
    WHATSAP: +91 91082 56518
    Email: : customercareunitplc@gmail.com
    Please share this post.

    ReplyDelete
  5. Thanks for sharing information awesome blog-post. Online Education Quiz website For Exam Follow this website Gk in Hindi

    ReplyDelete
  6. Are you having problem in learning new skills or confused to choose between right Passion . So don't worry we are here because our institution is offering CS executive classes and a free of cost CSEET classes. So what are you waiting for contact us or visit our website at https://uniqueacademyforcommerce.com/

    ReplyDelete
  7. Automated Forex Trading : exness login Is An Automated Forex Investing Software. It Is An Algorithmic Trading Software That Provides Automated Forex Trading Signals.

    ReplyDelete
  8. XM REVIEW If You Are A Beginner, Check Out Our Guide On How To Open An Account With XM. They Offer Copy Trading Where You Can Copy The Trades Of Successful Traders.

    ReplyDelete
  9. Are You Thinking About Joining AVATRADE REVIEW ? If You Are Then Read The Review On AVATRADE Fx In This Article. We, Will, Tell You About The Company, The Brokers, The Platform, And All The Information You Need To Know. Read More Here.

    ReplyDelete
  10. Best Digital Marketing courses | Web development training institute in Chennai,chennai - Learnfella
    Learnfella Offers Digital Marketing, Web and mobile app development, Machine learning,
    Video editing and animation course Training in Shenoynagar, Anna nagar, Padi, Ambattur,
    Kilpauk, Arumbakam, Chennai with Learnfella. Get the best training with live interactive classes, real-world case studies, and expert trainers.
    Digital Marketing Course in chennai,

    ReplyDelete
  11. Coworking Office Space in Anna nagar, Korattur, Padi, Ambattur, Kilpauk, Arumbakam, Shenoynagar, Chennai - Cowrkz
    Find the best coworking space in Chennai. Book a Coworking space at Anna Nagar,
    Korattur, Padi, Ambattur, Kilpauk, Arumbakam, Shenoynagar. Office Space for rent with all amenities at an affordable price in Anna Nagar.
    Coworking Office Space in Shenoynagar,

    ReplyDelete
  12. Incredible points. Sound arguments. Keep up the great work. Read about dot net consultant chennai from Maria Academy.

    ReplyDelete