Author |
Message
|
asudhakar |
Posted: Sun Mar 16, 2008 7:19 pm Post subject: How can we send message to QM. QM not belongs to Broker. MB |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
Hi 2 all,
How can we send message to QM. where QM not belongs to Broker.
Hi guys,
In MB. we can send message to Broker QM.
but i have send msg to QM. other than Broker QM.
I have 2 solutions.
1. Cluster (Broker QM and Remaining QM)
2. Develop Distribution QM. Mechanism
Can any one. give other solution.
Thank you. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
AkankshA |
Posted: Sun Mar 16, 2008 8:28 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
create the channels between broker QM n other QM
make sure transmission q name is same as remote QM
now just provide the q name n QM name (no need 2 create RQD) in MQMD header and the msg ll be delievered _________________ Cheers |
|
Back to top |
|
 |
asudhakar |
Posted: Sun Mar 16, 2008 9:18 pm Post subject: |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
AkankshA wrote: |
create the channels between broker QM n other QM
make sure transmission q name is same as remote QM
now just provide the q name n QM name (no need 2 create RQD) in MQMD header and the msg ll be delievered |
Hi Akanksa. Thank u for ur solution. but i specified same thing in 2nd point of my quote.
So im looking for different solution. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
AkankshA |
Posted: Sun Mar 16, 2008 9:47 pm Post subject: Re: How can we send message to QM. QM not belongs to Broker. |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
You looking for a mechanism To send msgs b/w 2 QM, apart from Cluster and Distribution QM Mechanism.....
now even i look forward for such a method if it exists... _________________ Cheers |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Mar 17, 2008 3:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There are three ways to put a message on some given queue manager
- Establish a bindings connection to that queue manager
- Establish a client connection to that queue manager
- Use MQ channels to send the message to that queue manager from the queue manager you are connected to
Broker always does the first one, to the queue manager it's defined to use.
That leaves you with the other two options. I don't recommend using #2. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Mar 17, 2008 3:47 am Post subject: Re: How can we send message to QM. QM not belongs to Broker. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
asudhakar wrote: |
Can any one. give other solution.
|
Write the messages to a file & ftp them. Or write the file to a CD and get the flying monkeys to take it.
Sort of pointless given the existence of a queuing mechanism.
I'm interested in the requirement that's driving you to seek other solutions outside the established MQ methods. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
asudhakar |
Posted: Mon Mar 17, 2008 4:08 am Post subject: |
|
|
 Centurion
Joined: 12 May 2007 Posts: 116 Location: Bangalore
|
jefflowrey wrote: |
There are three ways to put a message on some given queue manager
- Establish a bindings connection to that queue manager
- Establish a client connection to that queue manager
- Use MQ channels to send the message to that queue manager from the queue manager you are connected to
Broker always does the first one, to the queue manager it's defined to use.
That leaves you with the other two options. I don't recommend using #2. |
Hi jefflowrey. Thank u. _________________ WebSphere MQ, MB Support and Admin |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Mar 17, 2008 4:08 am Post subject: Re: How can we send message to QM. QM not belongs to Broker. |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Vitor wrote: |
Or write the file to a CD and get the flying monkeys to take it.
. |
i am amazed by this imagination.....
 _________________ Cheers
Last edited by AkankshA on Mon Mar 17, 2008 4:14 am; edited 1 time in total |
|
Back to top |
|
 |
Vitor |
Posted: Mon Mar 17, 2008 4:13 am Post subject: Re: How can we send message to QM. QM not belongs to Broker. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
AkankshA wrote: |
Vitor wrote: |
. Or write the file to a CD and get the flying monkeys to take it.
. |
i am amazed by this imagination.....
 |
Can't take the credit entirely - an earlier poster claimed he couldn't install MQ Client because there were too many machines. This prompted a debate on how other software changes (Windoze patches and so forth) were done on his site, and one of the methods we theorized they were using was flying monkeys armed with CDs of software. This of course presupposes the existance of a Chief Technical Officer who triggers the upgrade with the command "fly, my pretties" and has an aversion to water.
I simply thought this method could be leveraged to include data transfer. I believe it's already in use by the UK government for certain sensitive data....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|