Author |
Message |
Topic: MQJava examples |
chund
Replies: 1 Views: 1541
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 22, 2002 7:46 pm Subject: MQJava examples |
This link has java as well as C/C++ examples.
http://www.developer.ibm.com/tech/sampmq.html
/sam |
Topic: How to put to remote queue using remote queue definition |
chund
Replies: 4 Views: 2010
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 22, 2002 7:20 pm Subject: How to put to remote queue using remote queue definition |
hi,
Steps to be done:
----------------
Sender side
-----------
Remote Queue Definition
Transmission Queue
Sender Channel
Receiver Side
-------------
Receiver Channel
Receiver Queue
HTH ... |
Topic: PCF response in java |
chund
Replies: 2 Views: 1766
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 18, 2002 6:02 pm Subject: PCF response |
thanks a lot.
sam |
Topic: PCF response in java |
chund
Replies: 2 Views: 1766
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 17, 2002 2:38 am Subject: PCF response in java |
Hi,
I am using PCF classes for java to get the queuemanager attributes.
After receiving the PCFResponse I try to display the deatils.
The problem is that I cannot find a way to map the cryptic numb ... |
Topic: MQ JMS query |
chund
Replies: 1 Views: 2214
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 04, 2002 2:18 am Subject: MQ JMS query |
You cannot set application identity using JMS.This field is an MQSeries specific field whcih is used to pass application specific values.You can use the JMS headers for acheiving the same thing or you ... |
Topic: Cannot open queuemanager in bindings mode |
chund
Replies: 2 Views: 2052
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 03, 2002 6:19 pm Subject: Cannot open queuemanager in bindings mode |
Thanks.
It was the same problem that you mentioned and it worked after setting
the value of IPCCBaseAddress=9.
sam |
Topic: Cannot open queuemanager in bindings mode |
chund
Replies: 2 Views: 2052
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 03, 2002 2:10 am Subject: Cannot open queuemanager in bindings mode |
Hi,
I am trying to create a queumanager in bindings mode through MQseries java classes(Platform MQseries 5.2,AIX4.3).
I get MQRC_Q_MGR_NOT_AVAILABLE error always when trying to do this.On the other ... |