Author |
Message |
Topic: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
AntonGolovin
Replies: 9 Views: 10916
|
Forum: Clustering Posted: Tue Oct 17, 2006 8:07 am Subject: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
All the manuals are
Thank you.
Sincerely,
Anton. |
Topic: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
AntonGolovin
Replies: 9 Views: 10916
|
Forum: Clustering Posted: Tue Oct 17, 2006 4:51 am Subject: Followup |
The documentation has explicit, step by step instructions on setting up channels for triggering.
And, to be frank, if you don't know how to do this, then you shouldn't be playing around ... |
Topic: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
AntonGolovin
Replies: 9 Views: 10916
|
Forum: Clustering Posted: Mon Oct 16, 2006 8:33 am Subject: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
I have about how to get channels starting up automatically on mq startup
Your best option is to set up the channels for triggering, and then the channels will auto-start when there are msgs to send, ... |
Topic: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
AntonGolovin
Replies: 9 Views: 10916
|
Forum: Clustering Posted: Mon Oct 16, 2006 6:07 am Subject: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
Just create the model queue like SYSTEM.MQSC.REPLY.QUEUE and you should be fine.
Enjoy
Thanks, additional question I have about how to get channels starting up automatically on mq startu ... |
Topic: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
AntonGolovin
Replies: 9 Views: 10916
|
Forum: Clustering Posted: Tue Oct 10, 2006 9:25 am Subject: MQ 5.3 Queue Manager in an MQ 6.0 Cluster |
When I try to add an MQ 5.3 Queue Manager to an MQ 6.0 Explorer in a different computer (ultimately with the purpose of adding it from the Explorer to a Cluster), it says
"Queue SYSTEM.MQEXPLOR ... |
Topic: Problem accessing a Queue Manager running on Server 1 from.. |
AntonGolovin
Replies: 11 Views: 14608
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 3:16 pm Subject: Problem accessing a Queue Manager running on Server 1 from.. |
Haven't tried channel table with JMS yet. I doubt that it would support it. You will need to define multiple factories (QCF/TCF) (one per qmgr).
Enjoy
It does, as it turns out:
http://p ... |
Topic: Problem accessing a Queue Manager running on Server 1 from.. |
AntonGolovin
Replies: 11 Views: 14608
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 2:12 pm Subject: Problem accessing a Queue Manager running on Server 1 from.. |
Haven't tried channel table with JMS yet. I doubt that it would support it. You will need to define multiple factories (QCF/TCF) (one per qmgr).
Enjoy
It does, as it turns out:
http://p ... |
Topic: Problem accessing a Queue Manager running on Server 1 from.. |
AntonGolovin
Replies: 11 Views: 14608
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 1:37 pm Subject: Problem accessing a Queue Manager running on Server 1 from.. |
Should not be different at all.
I expect your destination to be defined as :
"queue://QM2/QNAME?(attribute=value)"
Now if you get a 2087 that means in general that there is no default path betwee ... |
Topic: Problem accessing a Queue Manager running on Server 1 from.. |
AntonGolovin
Replies: 11 Views: 14608
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 12:34 pm Subject: Problem accessing a Queue Manager running on Server 1 from.. |
Using java it is a little different.
Anyway, I am not sure if you are using JMS and JNDI resources or are using regular base MQ API
JMS and JNDI |
Topic: Problem accessing a Queue Manager running on Server 1 from.. |
AntonGolovin
Replies: 11 Views: 14608
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 12:01 pm Subject: Problem accessing a Queue Manager running on Server 1 from.. |
2087 0x00000827 MQRC_UNKNOWN_REMOTE_Q_MGR
How is the queue defined
It is defined as a local queue on Computer 2. It is possible to put messages in it when connecting from the MQ Explorer runni ... |
Topic: Problem accessing a Queue Manager running on Server 1 from.. |
AntonGolovin
Replies: 11 Views: 14608
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 11, 2006 11:33 am Subject: Problem accessing a Queue Manager running on Server 1 from.. |
Hello, and thank you in advance for your help!
We are trying to configure MQ to use client option to connect to the MQ server. We are using the MQ channel definition table to expose two queue manag ... |
Topic: Question on MQ communication using the MQ client... |
AntonGolovin
Replies: 12 Views: 7810
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 6:58 am Subject: Question on MQ communication using the MQ client... |
There is a thing in the tutorial that has one make the MQSERVER environment variable on the client machine... I was wondering if this is the "table" and if I can put multiple channel entries there, s ... |
Topic: Question on MQ communication using the MQ client... |
AntonGolovin
Replies: 12 Views: 7810
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 6:42 am Subject: Question on MQ communication using the MQ client... |
I am sorry for my newbie-ness, but I am still not 100% clear. In the client, I am able to make many queue managers visible. (WebSphere MQ 6.0.) I was wondering if that is the table you are talking abo ... |
Topic: Question on MQ communication using the MQ client... |
AntonGolovin
Replies: 12 Views: 7810
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 6:35 am Subject: Question on MQ communication using the MQ client... |
Our set up is that we run many different application on a box, and every one of those except one needs to connect to a separate queue manager on a different box. Therefore, I was wondering if that cou ... |
Topic: Question on MQ communication using the MQ client... |
AntonGolovin
Replies: 12 Views: 7810
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 6:21 am Subject: Question on MQ communication using the MQ client... |
Can I connect to several queue managers via the client? Our system runs seven, and all seven are needed...
Thanks for your help. |