Author |
Message |
Topic: Use of CorrelID... |
mqnivas
Replies: 7 Views: 5915
|
Forum: General IBM MQ Support Posted: Sun Aug 04, 2002 11:02 pm Subject: Thanks for the explantion... |
bduncan,
Thanks for the explantion, now I understood where I went wrong. My prog is working fine now.
Thank you very much once again.
I need one more clarification regerding the MQ trigger. T ... |
Topic: Use of CorrelID... |
mqnivas
Replies: 7 Views: 5915
|
Forum: General IBM MQ Support Posted: Fri Aug 02, 2002 9:09 pm Subject: Use of CorrelID... |
Hi,
Thanks for the reply. I tried , setting my customized value the CorrelId in my put application prog. As shown below,
byte b[] = "My Value".getBytes();
msg.correlationId = b;
I have also ... |
Topic: Difference detween the IBM MQ and MS MQ... |
mqnivas
Replies: 7 Views: 9071
|
Forum: General IBM MQ Support Posted: Fri Aug 02, 2002 7:10 pm Subject: MSMQ-MQSeries bridge... |
Hi All,
Thanks for your replies. As I understand from your post the code developed using MQ Series can be use in MS MQ using the MSMQ-MQSeries bridge and vice versa also possible.
Can I have mor ... |
Topic: client server concepts... |
mqnivas
Replies: 3 Views: 2876
|
Forum: General IBM MQ Support Posted: Fri Aug 02, 2002 6:58 pm Subject: To follow the client server approach... |
Hi bower,
Thaks for your reply. From your post also came to understand that MQSeries does not need any app server. Can you also tell me, instead of connecting to the local Queue Manager, if I need ... |
Topic: client server concepts... |
mqnivas
Replies: 3 Views: 2876
|
Forum: General IBM MQ Support Posted: Fri Aug 02, 2002 1:14 am Subject: client server concepts... |
Hi All,
As I am using MQ series in my project, which only send message to remote system and get the message back from that system.
I would like to know what really MQ series client and server, w ... |
Topic: Difference detween the IBM MQ and MS MQ... |
mqnivas
Replies: 7 Views: 9071
|
Forum: General IBM MQ Support Posted: Thu Aug 01, 2002 8:40 pm Subject: Difference detween the IBM MQ and MS MQ... |
Hi All,
Can any one tell me the difference detween the IBM MQ and MS MQ.
I really do not know what is MS MQ and I heard of it and I am eager to know about it.
Thanks,
Vasu |
Topic: Use of CorrelID... |
mqnivas
Replies: 7 Views: 5915
|
Forum: General IBM MQ Support Posted: Thu Aug 01, 2002 8:35 pm Subject: Use of CorrelID... |
Hi All,
I just would like to understand the various use og CorrelID, so that I can make best use of it in my project.
Also tell me the difference between the CorrelID and ApplicationID.
Thank ... |