Author |
Message |
Topic: How to send a message to a Remote Queue using JMS ? |
sharan_nag
Replies: 5 Views: 4921
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 28, 2007 6:30 am Subject: How to send a message to a Remote Queue using JMS ? |
Hi,
Thanks all. This got resolved after creating the transmission Queue. |
Topic: How to send a message to a Remote Queue using JMS ? |
sharan_nag
Replies: 5 Views: 4921
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 27, 2007 2:58 am Subject: How to send a message to a Remote Queue using JMS ? |
Hi,
Sorry. What should I tell my MQ Admin about this. What should he set in order to make this work ?
Thanks. |
Topic: How to send a message to a Remote Queue using JMS ? |
sharan_nag
Replies: 5 Views: 4921
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 27, 2007 1:43 am Subject: How to send a message to a Remote Queue using JMS ? |
Hi,
I am trying to send a message using JMS API to a remote QueueManager(specifed in the replyto field of the incoming message). I am getting vax.jms.InvalidDestinationException: MQJMS2008: failed ... |
Topic: JMS SimpleQueueReceiver giving Exception |
sharan_nag
Replies: 7 Views: 5041
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 31, 2006 7:12 am Subject: JMS SimpleQueueReceiver giving Exception |
Thank you very much fjb_saper and Vitor. After the enquire authority was given, it worked fine...
Thanks a lot. |
Topic: JMS SimpleQueueReceiver giving Exception |
sharan_nag
Replies: 7 Views: 5041
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 31, 2006 4:09 am Subject: JMS SimpleQueueReceiver giving Exception |
Hi,
I have tried Writing to the same queue using the same binding file. I am able to write to that queue, but not able to read from the queue. I am able to write and read to and from the same queue ... |
Topic: JMS SimpleQueueReceiver giving Exception |
sharan_nag
Replies: 7 Views: 5041
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 27, 2006 12:59 am Subject: JMS SimpleQueueReceiver giving Exception |
Hi,
The MQ Admin says that the user has all the rights, Read,Browse and Write. Even then it is giving the exception. When I run the java code with Base API, it will run successfully. But the java ... |
Topic: JMS SimpleQueueReceiver giving Exception |
sharan_nag
Replies: 7 Views: 5041
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 26, 2006 2:40 am Subject: JMS SimpleQueueReceiver giving Exception |
Hi,
I have written a code to read message from the Queue. I am working in HP-UX environment. My Java code is as follows.
import javax.jms.*;
import javax.naming.*;
import java.util.Properties; ... |