Hi,
You need to register an ExceptionListener. The QueueManager will inform this listener when it is going down. But you need to register your MessageListener again with a new connection when ...
Hi Joe,
The transport type JMSC.MQJMS_TP_BINDINGS_MQ can be only used when the application and the QueueManager are on the same m/c. In binding mode MQ uses native calls to put the message in t ...
We are using Websphere 3.5.4 application server. For outgoing messages (sent from JMS) the expiry field is set properly in MQMD header. But the problem is with the incoming message from a Non-JMS to ...
HI, I have attached an exception listener to the connection and the exception is thrown when some fatal error occurs. Now i was trying to close the connection. But QueueConnection.close() never ret ...
Hi,
I am trying to retrieve the JMS expiration value of a message. But i am getting the value as zero(0).
The message has been put into the queue using Base MQ classes. Once i put the me ...