Author |
Message |
Topic: AMQ7310: Report message could not be put on a reply-to queue |
EsunYang
Replies: 10 Views: 13445
|
Forum: General IBM MQ Support Posted: Wed Mar 10, 2010 11:05 pm Subject: AMQ7310: Report message could not be put on a reply-to queue |
I think the id is also must exist at the sending system, and the id on the Q which will receive the report message also need the +put authority. Otherwise the report message can not put the destinat ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Sun Nov 04, 2007 11:18 pm Subject: Re: how to read or write RFH2 header |
If you are non JMS and non java and need to read/write the RFH header look into the XMS support pack (Messaging interface or whatever it is called). It supplies a JMS like interface for non java lan ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Thu Nov 01, 2007 4:20 am Subject: how to read or write RFH2 header |
Thanks for fjb_saper reply.
You are right. If the both of sender and the receiver use MQ interface to process message, how about? I have read many IBM MQ document, but can not find how to read or wri ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Thu Nov 01, 2007 1:15 am Subject: On MQ message how to set self-definithion property?? |
I decide not to use JMS interface to get message from MQ for the un-resolving problem(com.ibm.mq.MQException: Completion Code 2, Reason 2035), but i have a question: how can set the self-definithion p ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Wed Oct 31, 2007 5:41 pm Subject: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
One thing should be known, the queue STARR.COPHK.AF000.REQUEST.DEV is a alias queue.
In our developing environment, the MQ version is 5.3, no setting any permission on the MQ manager and queue aft ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Tue Oct 30, 2007 7:54 pm Subject: how can I grant the inquire permission on the queue? |
Thanks for fjb_saper reply.
According to MQ trace log, JMS seem as using "options = 41" to access Queue, that is (MQC.MQOO_INQUIRE = 32) + (MQC.MQOO_BROWSE = 8 ) + (MQC.MQOO_INPUT_AS_Q_DEF ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Tue Oct 30, 2007 6:13 pm Subject: Help... Pls give the resolvation |
Thanks "jefflowrey" reply, Could you give me the resolvation.
In our system update MQ 5.2 to MQ 6.0 is impossible for all of our applications are using MQ 5.2, if update it many area will ... |
Topic: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
EsunYang
Replies: 15 Views: 16130
|
Forum: General IBM MQ Support Posted: Tue Oct 30, 2007 5:06 am Subject: com.ibm.mq.MQException Completion Code 2, Reason 2035 |
The host system is solaris 5.8, when Using JMS interface to get message from IBM MQ 5.2, the following errors occur:
Oct 29 16:34:45 2007: ------------------------------------|Provider : MQ
Oct 29 1 ... |