Author |
Message |
Topic: MQ Intercommunication? |
viki
Replies: 14 Views: 9003
|
Forum: General IBM MQ Support Posted: Tue Apr 04, 2006 5:39 am Subject: MQ Intercommunication? |
Hi,
Jif's idea about broker is good. But the problem is that, I have almost finish this task and there do exist a time-limit from my boss for each task. Well, initially, we have to create queue an ... |
Topic: MQ Intercommunication? |
viki
Replies: 14 Views: 9003
|
Forum: General IBM MQ Support Posted: Mon Apr 03, 2006 1:43 am Subject: MQ Intercommunication? |
Make sure however that you have a default reply path from P,Q,R to A and/or B so as to be able to satisfy a request /reply model.
What is meant by "default path"? In real scenario, P, Q and R are ... |
Topic: MQ Intercommunication? |
viki
Replies: 14 Views: 9003
|
Forum: General IBM MQ Support Posted: Sun Apr 02, 2006 2:03 am Subject: MQ Intercommunication? |
Hi,
Actually I've achieved this task by creating seprate queues and channel-pairs for each of P, Q and R. Currently, all the queues are created under the same Queue Manager (since I do not have s ... |
Topic: MQ Intercommunication? |
viki
Replies: 14 Views: 9003
|
Forum: General IBM MQ Support Posted: Sat Apr 01, 2006 4:54 am Subject: MQ Intercommunication? |
Hi,
Ok. But how about queue? I mean, creating two queues one for Input and for Ouput on Machine A Or sperate OUTPUT queue for each of P, Q and R?
If it is one OUTPUT queue on machine A, then ... |
Topic: MQ Intercommunication? |
viki
Replies: 14 Views: 9003
|
Forum: General IBM MQ Support Posted: Sat Apr 01, 2006 4:37 am Subject: MQ Intercommunication? |
Hi,
It is the second case. That is, when Machine Q tries to get message from Machine A, it should only get those messages which are intended for it only.
Bye,
Viki. |
Topic: MQ Intercommunication? |
viki
Replies: 14 Views: 9003
|
Forum: General IBM MQ Support Posted: Sat Apr 01, 2006 4:12 am Subject: MQ Intercommunication? |
Hi,
The subject line is quite simple. But the question is not exactly same. Well, I have MQ installed on machine A. Another machine B uses JMS to put message (say: MSG) on machine A's queue. Now, ... |
Topic: Using MDB on a listener ports? |
viki
Replies: 7 Views: 5226
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 13, 2006 11:01 pm Subject: Using MDB on a listener ports? |
Hi,
Well, implemented MDB's
Bye,
Viki. |
Topic: Using MDB on a listener ports? |
viki
Replies: 7 Views: 5226
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 12, 2006 10:35 am Subject: Using MDB on a listener ports? |
Hi,
Just thinking whether I should use Message Driven Bean for asynchronous message recieve? Because, it is stated in Using Java Chapter 10:
Asynchronous delivery
An alternative to making calls ... |
Topic: MQ to MQ communication? |
viki
Replies: 8 Views: 15901
|
Forum: General IBM MQ Support Posted: Sun Mar 12, 2006 10:14 am Subject: MQ to MQ communication? |
Now read the manual
Reading... WebSphere MQ Information Center Book: Clients: Chapter 8 Using Channels And Book: Intercommunication: Chapter 1 Concepts of Intercommunication ... |
Topic: MQ to MQ communication? |
viki
Replies: 8 Views: 15901
|
Forum: General IBM MQ Support Posted: Sun Mar 12, 2006 8:44 am Subject: MQ to MQ communication? |
Hi,
Ok!! It's working . The mistake was that, I was not defining "transmission queue". I did this using MQ Explorer. On source machine create a Local Queue and while creating/configuring, see ... |
Topic: MQ to MQ communication? |
viki
Replies: 8 Views: 15901
|
Forum: General IBM MQ Support Posted: Sun Mar 12, 2006 5:46 am Subject: MQ to MQ communication? |
You won't be able to receive messsages from the remote queue, only from the local queues.
But why it is not able to open? To be specific, why it is giving Exeption javax.jms.InvalidDestinationExce ... |
Topic: MQ to MQ communication? |
viki
Replies: 8 Views: 15901
|
Forum: General IBM MQ Support Posted: Sun Mar 12, 2006 5:30 am Subject: MQ to MQ communication? |
Hi,
I'm following the Intercommunciation manual. But I'm using WebSphere MQ Explorer for MQ objects creation.
So far, I've did the following and getting this error:
Exeption javax.jms.Invalid ... |
Topic: MQ to MQ communication? |
viki
Replies: 8 Views: 15901
|
Forum: General IBM MQ Support Posted: Sun Mar 12, 2006 12:39 am Subject: MQ to MQ communication? |
Hi,
There are two machines: A and B. On both machines WebSphere MQ V5.3 is installed (full version-not client). There is a message on Machine A which has to be sent to the specific Queue on runni ... |
Topic: Using MDB on a listener ports? |
viki
Replies: 7 Views: 5226
|
Forum: IBM MQ Java / JMS Posted: Sat Mar 11, 2006 12:17 pm Subject: Using MDB on a listener ports? |
Hi,
Ok, I have configured conenection via WAS Management Console. Here it is:
Resources---> WebSphere MQ JMS Provider---Additional Properties---> WebSphere MQ Queue Connection Factories ... |
Topic: Using MDB on a listener ports? |
viki
Replies: 7 Views: 5226
|
Forum: IBM MQ Java / JMS Posted: Sat Mar 11, 2006 9:00 am Subject: Using MDB on a listener ports? |
Hi,
I've read and doing the configuration. Don't know whether it will work or not? But the problem I'm facing is configuring listner ports in WAS Properties in Rational Application Developer V6. ... |