Author |
Message |
Topic: JMS Asynchronous listener and Client Connection |
sebastiraj
Replies: 4 Views: 2667
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 14, 2004 7:05 am Subject: JMS Asynchronous listener and Client Connection |
Catch the exception in the ExceptionListener onException method and reregister ur MessageListener and start the thread...
Remember reregistering a MessageListener would leave leave if already an ac ... |
Topic: correlation id problem |
sebastiraj
Replies: 2 Views: 2425
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 20, 2004 5:52 am Subject: correlation id problem |
Can you please tell me how are you seeing the correlation id before putting the message into the queue?.. |
Topic: java.lang.UnsatisfiedLinkError: Can't find library mqjbdf02 |
sebastiraj
Replies: 2 Views: 3087
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2004 2:57 am Subject: java.lang.UnsatisfiedLinkError: Can't find library mqjbdf02 |
You need to set the LD_LIBRARY_PATH correctly.
Check ur start script LD_LIBRARY_PATH entry to find out whether it is pointing to the correct directory.
indicate ur operating system also.
Sebasti, ... |
Topic: Message not received from the Queue |
sebastiraj
Replies: 1 Views: 1664
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2004 2:40 am Subject: Message not received from the Queue |
Hi,
we are using Websphere(version 4.0.5) MQ(version 5.2) for JMS and it is intalled in AIX machine.
The problem is SYSTEM.JMS.ND.SUBSCRIBER.QUEUE is not at all cleared.
But the subscribers subscri ... |
Topic: JMS's setMessageListener method |
sebastiraj
Replies: 3 Views: 2736
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 16, 2003 11:14 am Subject: JMS's setMessageListener method |
Setting the message listener to null is the equivalent of unsetting the message listener for the message consumer
Sebasti., |
Topic: Trace enabling in C++ |
sebastiraj
Replies: 1 Views: 2755
|
Forum: IBM MQ API Support Posted: Thu Oct 24, 2002 10:10 pm Subject: Trace enabling in C++ |
Hi,
Is it possible to enable the MQ Trace through MQ API's given in C++.
If any of could provide how to investigate problems from the trace is also great help.
Thanks
A.Sebasti. |
Topic: Unexpected Error (2195) |
sebastiraj
Replies: 0 Views: 1856
|
Forum: General IBM MQ Support Posted: Tue Jul 23, 2002 9:45 pm Subject: Unexpected Error (2195) |
Hi,
The below is the code snippet of my program(MQSeries API in Java),
if i didn't set the CCSID the program works fine but if i set that then i am getting 2195(unexpected error).Any Reason why it i ... |
Topic: Reason Code 2085 |
sebastiraj
Replies: 6 Views: 9859
|
Forum: General IBM MQ Support Posted: Wed Jul 10, 2002 1:48 am Subject: Reason Code 2085 |
Hi,
No i am not using dynamic queue concept.
When a request comes to my application i fetch the QueueManager and Queue name from one ini file and use that for MQ operations.
That ini file never got ... |
Topic: Reason Code 2085 |
sebastiraj
Replies: 6 Views: 9859
|
Forum: General IBM MQ Support Posted: Thu Jul 04, 2002 9:51 pm Subject: Reason Code 2085 |
Hi,
One front end Java program is calling my appliction and what my application will do is Connect to the QueueManager using java MQSI call MQQueueManager(<Qmgr Name>,<options>).then it w ... |
Topic: Reason Code 2085 |
sebastiraj
Replies: 6 Views: 9859
|
Forum: General IBM MQ Support Posted: Thu Jul 04, 2002 2:12 am Subject: Reason Code 2085 |
Hi,
I am running one MQApplication(Sun OS5.6 and IBMMQSeries 5.1).
But suddenly i am getting 2085 Error(Unable to open a Queue).
This error continues until i restart the QueueManger.
But this happ ... |