Author |
Message |
Topic: JMS - Cluster - Messaging ! |
thejavapill
Replies: 5 Views: 3523
|
Forum: General Discussion Posted: Fri Mar 10, 2006 4:35 pm Subject: JMS - Cluster - Messaging ! |
In order for two queue managers to communicate in a clustered environment (QM1 and QM2 assuming that messages have to travel from QM1 to QM2 one way) is the following is all that is needed ?
a) A C ... |
Topic: JMS - Cluster - Messaging ! |
thejavapill
Replies: 5 Views: 3523
|
Forum: General Discussion Posted: Fri Mar 10, 2006 3:24 pm Subject: JMS - Cluster - Messaging ! |
I checked the Websphere MQ Clients manual - it does not mention anything about a cluster so does this mean that a JMS program using Websphere MQ Client cannot connect to Queue managers in a cluster ? ... |
Topic: JMS - Cluster - Messaging ! |
thejavapill
Replies: 5 Views: 3523
|
Forum: General Discussion Posted: Fri Mar 10, 2006 2:14 pm Subject: JMS - Cluster - Messaging ! |
Hello,
I have the following setup in a cluster
a) Two Queue Managers on the same host (Windows), QM1 (running on port p1) and QM2 (port p2)
b) The above are in a cluster called TESTCLUSTER
c) ... |
Topic: Communication between two queue managers on the same host ! |
thejavapill
Replies: 3 Views: 2702
|
Forum: General Discussion Posted: Wed Mar 08, 2006 12:22 pm Subject: Communication between two queue managers on the same host ! |
Thank you all. Following the above I created the sender channel on QM1 with the same name as the receiver channel on QM2 and its working. |
Topic: Communication between two queue managers on the same host ! |
thejavapill
Replies: 3 Views: 2702
|
Forum: General Discussion Posted: Wed Mar 08, 2006 10:46 am Subject: Communication between two queue managers on the same host ! |
Hello,
I created two non-clustered queue managers (QM1 listening on port say P1 and QM2 on port P2) on the same host (a WINDOWS host) and a sender channel {TO.QM2 with the CONNAME('localhostip(P2)')} ... |
Topic: Diagrams in MQ Manuals -- Modeling Tool ? |
thejavapill
Replies: 1 Views: 1912
|
Forum: General Discussion Posted: Thu Mar 02, 2006 10:32 am Subject: Diagrams in MQ Manuals -- Modeling Tool ? |
Hello,
What is the modeling tool used to represent MQ Architectures/MQ Objects like the ones shown in the MQ Manuals ?
Thanks |
Topic: Asynchronous web service |
thejavapill
Replies: 4 Views: 3089
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 24, 2006 1:48 pm Subject: Check out Axis2 for Async Messaging ! |
Axis2 allows you to do async messaging check it out :
http://ws.apache.org/axis2/index.html |