Author |
Message |
Topic: Yet another corrID query |
Sreenivas SL
Replies: 3 Views: 3850
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 29, 2002 3:09 pm Subject: Yet another corrID query |
Hi,
The method I hope to use is the foll.-
String correlationId = "DLLU300264342345345";
//Create receiver with above corrid as selector
QueueReceiver queueReceiver = currentQueueSes ... |
Topic: Yet another corrID query |
Sreenivas SL
Replies: 3 Views: 3850
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 29, 2002 12:50 am Subject: Yet another corrID query |
Guys,
I'm putting a message on a MQJMS queue with the foll. JMSCorrelationID-
DLLU300264342345345.
Checking the JMSCorrelationID for the response on the MQJMS reply queue I find it looks like thi ... |
Topic: MQ Triggers and Java |
Sreenivas SL
Replies: 1 Views: 3108
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 24, 2002 5:07 pm Subject: MQ Triggers and Java |
Guys,
Is it possible to configure MQ to trigger Java programs when specific performance events occur?If yes is it any different from the way a "C" executable is triggered?
Thanks
Sree ... |
Topic: Programmatic use of Display Chstatus |
Sreenivas SL
Replies: 3 Views: 5688
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 13, 2002 3:49 pm Subject: Programmatic use of Display Chstatus |
Thanks for the tip,Eddie.I see no mention of Java in the System Programming manual-do I take that to mean Java isnt supported for PCFs?
Sreeni |
Topic: Programmatic use of Display Chstatus |
Sreenivas SL
Replies: 3 Views: 5688
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 10, 2002 7:23 pm Subject: Programmatic use of Display Chstatus |
Guys,
I need to programmatically determine Channel Status-something that is normally accomplished using DIS CHSTATUS with runmqsc.Is this possible?If yes how is one to go about implementing it?I'd ... |