Author |
Message |
Topic: JMS to put message on remote queue |
pras
Replies: 16 Views: 23117
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 22, 2009 4:03 am Subject: JMS to put message on remote queue |
I have tested using amqsput QR1 QM1.
It is working.
xmit queue is there tahts why amqsput works. Message is received on remote queue manager also.
I have doubt that it is something to do with JMS A ... |
Topic: JMS to put message on remote queue |
pras
Replies: 16 Views: 23117
|
Forum: IBM MQ Java / JMS Posted: Sun Jun 21, 2009 11:24 pm Subject: JMS to put message on remote queue |
Are you trying to put to the queue 'qr1' when the Queue Manager has a remote queue named 'QR1'?
- I am using QR1 all name sare in upper case.
Are you trying to put to a QREMOTE named 'QR1'? or a ... |
Topic: JMS to put message on remote queue |
pras
Replies: 16 Views: 23117
|
Forum: IBM MQ Java / JMS Posted: Sun Jun 21, 2009 4:51 am Subject: JMS to put message on remote queue |
I didn't get you. I told that I am connecting to a queue manager say QM1. This queue manager hosts a queue defined as remote queue say QR1. Remote queue here means a queue which points to a queue say ... |
Topic: JMS to put message on remote queue |
pras
Replies: 16 Views: 23117
|
Forum: IBM MQ Java / JMS Posted: Sat Jun 20, 2009 8:42 pm Subject: JMS to put message on remote queue |
Yes, the queue is defined as remote queue in the queue manager i am connecting. It is present also. |
Topic: JMS to put message on remote queue |
pras
Replies: 16 Views: 23117
|
Forum: IBM MQ Java / JMS Posted: Sat Jun 20, 2009 6:55 am Subject: JMS to put message on remote queue |
I am getting 2085 reason code.
Linked exception = com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2085
at com.ibm.mq.MQQueueManager.accessQueue(MQQueueManager.java:2808) |
Topic: JMS to put message on remote queue |
pras
Replies: 16 Views: 23117
|
Forum: IBM MQ Java / JMS Posted: Sat Jun 20, 2009 3:36 am Subject: JMS to put message on remote queue |
Hi,
I have configured websphere with Queue connection factory which uses MQ provider.
My application needs to send message on MQ queue defined on its queue manager as a remote queue.
I get this e ... |
Topic: using MQBND_BIND_NOT_FIXED for clustered queue |
pras
Replies: 1 Views: 3704
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 16, 2009 1:35 am Subject: using MQBND_BIND_NOT_FIXED for clustered queue |
Hi,
As per contact admin doc:
"To specify the binding to be used when an application specifies MQOO_BIND_AS_Q_DEF on the OPEN call. The default for this attribute is DEFBIND(OPEN), which binds the ... |
Topic: what happens to message if that queue mgr goes down |
pras
Replies: 3 Views: 6835
|
Forum: Clustering Posted: Fri Jun 12, 2009 3:23 am Subject: what happens to message if that queue mgr goes down |
Hi,
I am new to cluster concept.
I have a scenario where 2 Qmgrs are in cluster.
One clustered queue has been created in both the Qmgrs.
This queue has 1000 messages in both the queue managers.
... |
Topic: Open cluster queue independent of queue managers in cluster |
pras
Replies: 2 Views: 4606
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 08, 2009 11:33 pm Subject: Open cluster queue independent of queue managers in cluster |
Hi,
I searched docuemnts but didn't find any way by which I can use java API to put message on cluster queue independent of any queue managers in cluster.
I want to setup a Queue connection factor ... |