Author |
Message |
Topic: * in front of copybook field |
priyasharma
Replies: 3 Views: 1714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 01, 2004 11:46 am Subject: * in front of copybook field |
Thanks guys. |
Topic: * in front of copybook field |
priyasharma
Replies: 3 Views: 1714
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 01, 2004 7:51 am Subject: * in front of copybook field |
In cobol copybook,if some field is marked with *,then what does it mean?? |
Topic: data type conversion |
priyasharma
Replies: 1 Views: 1247
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 31, 2004 8:07 am Subject: data type conversion |
I have one doubt in ESQL.While constructing output MRM message if we assign say 0 to a field of type string,then does it automatically convert 0 to string type or do we have to put 0 in quotes to make ... |
Topic: Rfhutil |
priyasharma
Replies: 2 Views: 1827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 27, 2004 8:03 am Subject: Rfhutil |
Thanks Michael. |
Topic: Rfhutil |
priyasharma
Replies: 2 Views: 1827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 27, 2004 7:43 am Subject: Rfhutil |
I am using RFHUTIL for the first time to put message on remote queue.I defined client connection to server connection channel on remote machines.Now I can see that remote queue manager name in rfhutil ... |
Topic: Connecting to Configuration manager |
priyasharma
Replies: 2 Views: 1705
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 24, 2004 5:28 am Subject: Connecting to Configuration manager |
Hi all,
I installed WMQI 2.1 on my machine(Windows 2000) and while connecting to configuration manager it gives authorization exception.I know that the user name should be added in authorization grou ... |
Topic: Matching reply message with request message in JMS |
priyasharma
Replies: 5 Views: 2486
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 09, 2004 7:41 am Subject: Matching reply message with request message in JMS |
ya,now its working.Thanks again. |
Topic: Matching reply message with request message in JMS |
priyasharma
Replies: 5 Views: 2486
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 09, 2004 7:23 am Subject: Matching reply message with request message in JMS |
Do I need to declare a message of type ObjectMessage if this was my reply message type and invoke getJMSCorrelationId method on this instance before following line :
m_QueueReceiver = qRcvrSession.cr ... |
Topic: Matching reply message with request message in JMS |
priyasharma
Replies: 5 Views: 2486
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 09, 2004 6:50 am Subject: Matching reply message with request message in JMS |
Thanks a lot. |
Topic: Matching reply message with request message in JMS |
priyasharma
Replies: 5 Views: 2486
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 09, 2004 6:24 am Subject: Matching reply message with request message in JMS |
Can somebody tell me about the concept of matching reply message with request message in JMS??I have an idea that i need to set correlation id while sending the message at sender side.On the receiver ... |