Author |
Message |
Topic: MQ Message Rollback |
kvimlesh
Replies: 1 Views: 1840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 22, 2012 4:02 am Subject: MQ Message Rollback |
Deleted |
Topic: EVAL function in esql is not returning any value |
kvimlesh
Replies: 1 Views: 6648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 11, 2012 5:02 am Subject: EVAL function in esql is not returning any value |
Hi,
I try to execute esql expression through EVAL function, but it doesn't return any value.
SET chr_DynamicCondition = ref_RoutingRoot.Destination_Details[int_RoutingSegment_sz].Dynamic_Conditio ... |
Topic: Windows couldn't start the Broker services from services |
kvimlesh
Replies: 16 Views: 12645
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 08, 2011 9:09 am Subject: Windows couldn't start the Broker services from services |
We are trying the possibilities of installing MB 6.0 on Windows 7 as the new windows image contains Windows 7 Pro edition, but we have the license of MB 6.0. Installtion has been completed with all th ... |
Topic: Windows couldn't start the Broker services from services |
kvimlesh
Replies: 16 Views: 12645
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 08, 2011 4:38 am Subject: Windows couldn't start the Broker services from services |
Hi,
I tried to install Message broker 6.0 on Windows 7 with MQ 6.0 and DB2 8.2. Installation has been completed and a sample broker and config manager has been created without any issues. But the s ... |
Topic: How to get the message Id & group ID from a MQ message. |
kvimlesh
Replies: 5 Views: 19383
|
Forum: IBM MQ Java / JMS Posted: Sat Nov 08, 2008 11:14 am Subject: How to get the message Id & group ID from a MQ message. |
Hi,
here is my get function.
private String getMessage(int iTimeToWait)
{
try
{
MQMessage retrievedMessage = new MQMessage();
MQGetMessageOptions gmo = new MQGetMessageOptions( ... |
Topic: How to get the message Id & group ID from a MQ message. |
kvimlesh
Replies: 5 Views: 19383
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 05, 2008 8:10 am Subject: How to get the message Id & group ID from a MQ message. |
I don't want to put the message in the queue, rather try to get the entire message (MD + Data) from a queue and later try to use the MQMD variables. |
Topic: How to get the message Id & group ID from a MQ message. |
kvimlesh
Replies: 5 Views: 19383
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 04, 2008 10:43 pm Subject: How to get the message Id & group ID from a MQ message. |
Hi,
We have an application which is creating the MD of a MQ message and putting in the queue. There are some other application running in AIX environment which is checking the MD information's and c ... |