Author |
Message |
Topic: Client channel definition table in Java |
vasu
Replies: 2 Views: 12311
|
Forum: IBM MQ API Support Posted: Thu Jan 24, 2002 7:52 am Subject: Client channel definition table in Java |
If this is what you don't want to hear then, well, have a nice day!
Hi Stefen,
Thanks for your reply. Huh, so I need to handle this in my progrma itself... will try to have fun coding ... |
Topic: Client channel definition table in Java |
vasu
Replies: 2 Views: 4474
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 24, 2002 7:49 am Subject: Client channel definition table in Java |
Hi Kolban,
Thanks for your reply & suggestion. Hey, I have one more question. In my Java application, is it a good idea to cache MQ Connections and reuse them, or is it a best practice to esta ... |
Topic: Client channel definition table in Java |
vasu
Replies: 2 Views: 12311
|
Forum: IBM MQ API Support Posted: Wed Jan 23, 2002 4:04 pm Subject: Client channel definition table in Java |
Hi MQ Gurus,
Can I use a client channel definition table for MQSeries Java Client API. My requirement is, I have two MQ Servers with same QMgr & Queue definitions. My application should conne ... |
Topic: Client channel definition table in Java |
vasu
Replies: 2 Views: 4474
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 23, 2002 4:03 pm Subject: Client channel definition table in Java |
Hi MQ Gurus,
Can I use a client channel definition table for MQSeries Java Client API. My requirement is, I have two MQ Servers with same QMgr & Queue definitions. My application should conne ... |
Topic: Not getting Report Messages (COA, COD, Expiry) |
vasu
Replies: 6 Views: 11291
|
Forum: General IBM MQ Support Posted: Fri Nov 16, 2001 9:52 pm Subject: Not getting Report Messages (COA, COD, Expiry) |
Hi Stefan,
It makes sense to me now on how to configure/name the queue managers/queues to avoid these kind of problems. Your post really was very helpful in understanding the problem.
Thank ... |
Topic: Not getting Report Messages (COA, COD, Expiry) |
vasu
Replies: 6 Views: 11291
|
Forum: General IBM MQ Support Posted: Fri Nov 16, 2001 3:59 pm Subject: Not getting Report Messages (COA, COD, Expiry) |
We are planning to do the following :
1. Create Transmission Queue Mgr/Queue on Remote QMgr and use those queue names as Reply to Queue on Local QMgr for report messages. Those transmission queues ... |
Topic: Not getting Report Messages (COA, COD, Expiry) |
vasu
Replies: 6 Views: 11291
|
Forum: General IBM MQ Support Posted: Fri Nov 16, 2001 11:22 am Subject: Not getting Report Messages (COA, COD, Expiry) |
Hi Stefan,
I am seeing the Report messages (COA, COD) on System Dead Letter Queue on Remote QMGr side. Remote QMgr has no idea of QMGR/QUEUE that i am setting.
Thanks a lot for your help
V ... |
Topic: Using correlationId |
vasu
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 2:04 pm Subject: Using correlationId |
When putting the reply message, what is the logic behind ? Are you copying the correlation id also in the message processing logic ? |
Topic: Using correlationId |
vasu
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 12:00 pm Subject: Using correlationId |
for testing, convert byte array coming from createUUID() into string and pass it to Hex conv function
String corrIdAsString = new String( createUUID() );
String corrIdAsHex = getCorrIdAsHex( corrI ... |
Topic: Using correlationId |
vasu
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 11:50 am Subject: Using correlationId |
use this code instead... sorry
*********************************************************
public static String getCorrIdAsHex( String corrID ) {
// Returns hex String representation o ... |
Topic: Using correlationId |
vasu
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 11:49 am Subject: Using correlationId |
I dont see any problem with your code. When setting the correlation ID, are you converting Correlation ID into Hex representation ? The function createUUID() --will this return correlation ID in hex ... |
Topic: Using correlationId |
vasu
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 8:59 am Subject: Using correlationId |
Correlation ID will not change after the Put command. Check to see if you are setting any flags like Migrate_MsgId_To_CorrelationId when putting the message which may overwrite the Correlation_Id you ... |
Topic: Not getting Report Messages (COA, COD. Expiry) |
vasu
Replies: 2 Views: 14315
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 8:54 am Subject: Not getting Report Messages (COA, COD. Expiry) |
Yes, you are right. That is what is happening. The remote queue manager has no idea of the reply to queue/queue mgr properties i am setting in the reply message. Hence, remote q mgr could not send ... |
Topic: Not getting Report Messages (COA, COD, Expiry) |
vasu
Replies: 6 Views: 11291
|
Forum: General IBM MQ Support Posted: Wed Nov 14, 2001 12:18 pm Subject: Not getting Report Messages (COA, COD, Expiry) |
Hi Guys,
When I send a reply message I am setting the following Report Options (COA - Confirmation on Arrival, COD - Confirmation on Delivery, Expiry & Exception). Also, I am setting the ReplytoQu ... |
Topic: Not getting Report Messages (COA, COD. Expiry) |
vasu
Replies: 2 Views: 14315
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2001 12:12 pm Subject: Not getting Report Messages (COA, COD. Expiry) |
Hi Guys,
When I send a reply message I am setting the following Report Options (COA - Confirmation on Arrival, COD - Confirmation on Delivery, Expiry & Exception). Also, I am setting the ReplytoQu ... |