Author |
Message |
Topic: failed to close with reason code 2009 |
prashant
Replies: 6 Views: 4139
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 07, 2003 12:56 am Subject: failed to close with reason code 2009 |
I have posted the same query with the subject
"After a few success suddenly MQJMS2005 with reason code 2009"
Bower has suggested peeking into mq logs for 10038. just have a look at that reply. ... |
Topic: After a few success suddenly MQJMS2005 with reason code 2009 |
prashant
Replies: 1 Views: 2055
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 06, 2003 1:26 am Subject: After a few success suddenly MQJMS2005 with reason code 2009 |
Hi,
My JMS application is runnng a multiple number of threads, each thread having it's own connection with the MQSeries(Each thread has a queue manager, queue, sender, reciever). The thread has t ... |
Topic: failed to close with reason code 2009 |
prashant
Replies: 6 Views: 4139
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 06, 2003 1:16 am Subject: failed to close with reason code 2009 |
Irwn,
Did you get any solution to the problem?
I am also facing the same kind of problem in my application. My application is runnng a multiple number of threads, each thread having it's own conn ... |
Topic: Time taken to recieve the message from queue |
prashant
Replies: 1 Views: 1482
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 17, 2003 11:32 pm Subject: Time taken to recieve the message from queue |
Hi
I am using a JMS client to recieve the message from MQSeries queue.
When I try to figure out the time taken in recieving the message from queue
(i.e. the time taken in execution of receiver.re ... |
Topic: after a few success run-Error MQJMS2005: failed to create. |
prashant
Replies: 4 Views: 2526
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2003 8:45 am Subject: after a few success run-Error MQJMS2005: failed to create. |
it is standalone java program using JMS.
I do have retry logic in the program. In none of the retries I can find the queueconnection.
The MQseries Queue Manager I am connecting to is being acces ... |
Topic: after a few success run-Error MQJMS2005: failed to create. |
prashant
Replies: 4 Views: 2526
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2003 8:22 am Subject: after a few success run-Error MQJMS2005: failed to create. |
Hi,
Thanks for your reply....
I have captured the linked exception also which is as follows...
MQseries version is v5.2
OS is windows 2000
javax.jms.JMSException: MQJMS2005: failed to c ... |
Topic: after a few success run-Error MQJMS2005: failed to create. |
prashant
Replies: 4 Views: 2526
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2003 7:53 am Subject: after a few success run-Error MQJMS2005: failed to create. |
Hi,
I am having a JMS application which connects to the MQseries gets a QueueConnection , creates a session, create a reciever and sender and uses queue and then closes the QueueConnection.
Th ... |
Topic: When will the queueconnection expire?? |
prashant
Replies: 1 Views: 2087
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 17, 2003 8:00 am Subject: When will the queueconnection expire?? |
Hi,
I am preparing a connection with MQSeries(QueueConnection) using JMS. My question is if I don't make any transaction with the connection and it(QueueConnection) is lying idle, when will it exp ... |
Topic: put message into REMOTE MQseries from a JMS client? |
prashant
Replies: 1 Views: 1756
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 19, 2002 8:56 pm Subject: put message into REMOTE MQseries from a JMS client? |
Hi,
I want to put the message into MQSeries queues which are installed on machine A(e.g.) from a JMS client which is installed on a remote machine(machine B say e.g.). I know that the MQseries cli ... |
Topic: Can MQSeries send a message?? |
prashant
Replies: 6 Views: 3665
|
Forum: General IBM MQ Support Posted: Tue Aug 13, 2002 11:35 pm Subject: Can MQSeries send a message?? |
Hi
I am sorry for that I posted my queries in three forums, but that time I was desperate to find the answer. I won't do it again.
Now coming back to the same question..
How can I set report pa ... |
Topic: Can MQSeries send a message?? |
prashant
Replies: 6 Views: 3665
|
Forum: General IBM MQ Support Posted: Tue Aug 13, 2002 11:01 pm Subject: Can MQSeries send a message?? |
Hi,
Thanks for ur reply. I am using JMS. Can you tell me how can I configure these parameters from JMS.
Prashant |
Topic: Can MQSeries send a message?? |
prashant
Replies: 6 Views: 3665
|
Forum: General IBM MQ Support Posted: Tue Aug 13, 2002 9:41 pm Subject: Can MQSeries send a message?? |
Hi,
I have written an application for sending the message to the MQSeries which, after sending the message to the queue expects some reply. This reply should be sent by the MQSeries only saying th ... |
Topic: How to create a topic on MQSeries?? |
prashant
Replies: 3 Views: 2818
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 01, 2002 8:46 pm Subject: How to create a topic on MQSeries?? |
Hi Bower,
I wanted to prepare a topic on MQSeries explorer first. Like we do in case of queues. First we prepare a queue on MQSeries explorer and then define it with jmsadmin tool. I can ... |
Topic: How to create a topic on MQSeries?? |
prashant
Replies: 3 Views: 2818
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 01, 2002 3:03 am Subject: How to create a topic on MQSeries?? |
Hi,
I want to run SimpleTopicSubscriber example given by SUN java site using MQSeries. Can somebody please tell me how to administratively make a topic on MQSeries so that I can programmatically fi ... |