Author |
Message |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 5:23 am Subject: RE: Unable to get Message using recieve() Method of JMS |
Hi,
Okie. Got it. Thanks!!!  |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 5:05 am Subject: RE: Unable to get Message using recieve() Method of JMS |
Hi,
The link does not open up correctly. It just shows upa blank page. It seems that link aint correct. Kindly provide the correct link.
Thanks,
Ganesh Bhat |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 4:53 am Subject: RE: Unable to get Message using recieve() Method of JMS |
Hi,
Thanks everybody for all your suggestion. I would be using the real queue and queue manager name and hope that it works.
One thing that I would like to ask was that we can provide attribute ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 3:59 am Subject: Unable to get Message using recieve() Method of JMS API |
Hi,
I was suggested to do this while sending a request message.
Destination mydest = Session.createQueue("queue://abc000/queue1");
message.setJMSReplyTo(mydest);
where
abc000 --> the qu ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 3:01 am Subject: RE: Unable to get Message using recieve() Method of JMS |
Hi,
So if my queue name(JNDI) is "queue1.was.reply" and the queue manager name is "abc000" then the following will be the correct way of creting a destination.
Destination mydest = Session.cre ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 2:39 am Subject: RE: Unable to get Message using recieve() Method of JMS API |
Hi,
What do the att1 and att2 attribute stand for? Also, I would be using the JNDI name to look up the Reply Queue Manager.
Thanks,
Ganesh Bhat |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 17, 2006 2:31 am Subject: RE: Unable to get Message using recieve() Method of JMS API |
Hi,
Does this mean that we look up the Queue Manger and fetch reply messages based on the JMSCorrelation ID's and not lookup the individual queues when recieving the message.
Kindly let me kno ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 16, 2006 8:38 pm Subject: RE: Unable to get Message using recieve() Method of JMS API |
Hi,
Thanks.
You need to use the Reply To Queue Manager property.
The JMS API does not provide to set the Reply Queue Manager Name. It allows to set the Reply to Queue Name, which I have a ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 12, 2006 7:15 pm Subject: RE: Unable to get Message using recieve() Method of JMS API |
Hi,
Thanks. Yes , I have checked that there is no error on MQ and server start up.
In order to see any error messages in this case you would need to have report on expiry set up and the me ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 12, 2006 9:50 am Subject: RE: Unable to get Message using recieve() Method of JMS API |
Hi,
Thanks. Yes load balancing is setup and both the servers are up. But on one server the messages does not get picked up by the application and the messages get piled up on the same. I am u ... |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 8:25 pm Subject: RE: Unable to get Message using recieve() Method of JMS API |
Hi,
Thanks for the reply. Yes, I did start the connection. After initiating a request message I close all the connection, queue sessions and the queues. When looking up the reply queue I again re op ... |
Topic: Migrating MQSeries 5.2 from WAS 3.5 to WAS 5.1 |
ganesh3
Replies: 7 Views: 6631
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 10, 2006 10:16 pm Subject: Re: Migrating MQSeries 5.2 from WAS 3.5 to WAS 5.2 |
Hi,
Thanks. It seems we may use WAS 5.1 and not 5.2. I think it wont make any difference to the comments suggested above. Will it?
Thanks,
Ganesh Bhat. |
Topic: Unable to get Message using recieve() Method of JMS API |
ganesh3
Replies: 26 Views: 20427
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 10, 2006 10:13 pm Subject: Unable to get Message using recieve() Method of JMS API |
Hi,
I am not getting messages on alternate attempts from the reply queue. I am using the recieve(timeout) method of teh JMS API. I am not getting any MQ Error nor any application error. When i ... |
Topic: Migrating MQSeries 5.2 from WAS 3.5 to WAS 5.1 |
ganesh3
Replies: 7 Views: 6631
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 09, 2006 9:00 pm Subject: Re: Migrating MQSeries 5.2 from WAS 3.5 to WAS 5.2 |
Hi,
Thanks for the reply. But I cant upgrade the MQ and WAS as its a client requirement. Kindly let me know how the JNDI names of the queues and QueueConnection Factory is done in WAS 5.2. As of n ... |
Topic: Migrating MQSeries 5.2 from WAS 3.5 to WAS 5.1 |
ganesh3
Replies: 7 Views: 6631
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 09, 2006 2:26 am Subject: RE: Migrating MQSeries 5.2 from WAS 3.5 to WAS 5.2 |
Hi,
Thanks for the reply. I have tried to use interface which are compatible with java 1.4. Also, I suppose the JMS API methods wont change as the API would remain the same. I am not using MDB's, ... |