ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Passthru server

Post new topic  Reply to topic
 Passthru server « View previous topic :: View next topic » 
Author Message
Srinivasavs
PostPosted: Sat Jul 24, 2004 11:42 pm    Post subject: Passthru server Reply with quote

Newbie

Joined: 27 Aug 2003
Posts: 5

In our application we have two MQ servers. We have two interfaces to our application, Lotus Notes and Web. The web users put and get messages from one MQ Server, let us call as "web MQ server". Notes users put and get messages from another MQ server, let us call as "Notes MQ server". Now these two MQ servers connect to third MQ server, let us say 'external app MQ server'.

Due to some constraints, only the 'Notes MQ server' can talk to 'external app MQ server'. So I need to route all the messages from 'Web MQ server' to 'external app MQ server' thru 'Notes MQ server'. Is this possible? If so, what is that I need to do. I can put the messages from 'Web MQ server' to 'Notes MQ server' but I am not sure how to trigger the event of putting the messages from 'Notes MQ server' to 'external app MQ server'.

Secondly; If we are able to send the message to 'external MQ server' from 'Web MQ server' thru 'Notes MQ server'... and the 'external MQ server ' sends the reply, how to send only those messages back to 'Web MQ server' thru the 'Notes MQ server'

Thanks in advance
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
fjb_saper
PostPosted: Sun Jul 25, 2004 7:05 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Check out the intercommunication manual and more specifically the entries about QMGR aliasing (rq def)
http://www.mqseries.net/manuals/intercommunication/csqzae06tfrm.HTM
It will tell you how to do what you are looking for.

F.J.
Back to top
View user's profile Send private message Send e-mail
TCV
PostPosted: Tue Jul 27, 2004 11:37 am    Post subject: Multi-hopping Reply with quote

Apprentice

Joined: 21 Aug 2003
Posts: 48

If there is no direct communication link between the source queue manager and the target queue manager, it is possible to pass through one or more intermediate queue managers on the way to the target queue manager. This is known as a multi-hop.You need to define channels between all the queue managers, and transmission queues on the intermediate queue managers.


Read Intercommunication manual.
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Tue Jul 27, 2004 12:06 pm    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

Hope I understood right what you want to do...

We are solving that with using Clusterqueues and Alias queues.

A Message from an Application is put to an Alias queue on QM1. BaseQ of that Alias queue is a cluster queue (could also be a remote definition). The Cluster queue again is a shared Alias queue on QM2. The Base queue of this Alias queue is another clusterqueue...

And so on and so on...

Hope this helps...

cheers

Seb
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Tue Jul 27, 2004 12:23 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Quote:

A Message from an Application is put to an Alias queue on QM1. BaseQ of that Alias queue is a cluster queue (could also be a remote definition). The Cluster queue again is a shared Alias queue on QM2. The Base queue of this Alias queue is another clusterqueue...

And so on and so on...


This is unnecessary. If you are in a cluster, there is no need for you to make a path for the message to get from one Qm to the other. There is no need to even create the first Alias queue (unless you want to hide the name of the destination queue from the putting app, or to implement security).

Having the queues resolve over and over to other queues is just plain wrong and introduces complexity for no reason.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Tue Jul 27, 2004 12:43 pm    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

PeterPotkay wrote:
This is unnecessary. If you are in a cluster, there is no need for you to make a path for the message to get from one Qm to the other. There is no need to even create the first Alias queue (unless you want to hide the name of the destination queue from the putting app, or to implement security).



Having the queues resolve over and over to other queues is just plain wrong and introduces complexity for no reason.


Aggreed!

I think I should go to bed. Its already late in germany

I should have been telling that our security only allows to put messages to alias queues and that we are running through (up to) 3 different Clusters with our messages.... I made a wrong assumption when I wrote this statement... Sorry for that...

Is there another solution to connect between different clusters beside using that many queues? Because as you said, Peter, it is producing a lot of complexity...

If you want to have "only" one cluster, I would of course go for the cluster queues...
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Tue Jul 27, 2004 12:47 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

See this thread where I explain how to MQ between overlapping clusters. let me know if anything is unclear.

http://www.mqseries.net/phpBB2/viewtopic.php?t=13935&highlight=
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
OmPat
PostPosted: Wed Jul 28, 2004 5:47 am    Post subject: Reply with quote

Apprentice

Joined: 20 Jul 2004
Posts: 33
Location: Charlotte

Excellent Information about overlapping clusters. WOW.


Thanks a lot peter.

~Om
_________________
IBM Certified WMQ V5.3 System Administrator
IBM Certified WMQ V5.3 Solutions Designer
Brainbench Certified MQ Expert
IBM Certified WMQI V2.1 Solutions Expert
IBM Certified WMQI V2.1 Specialist
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Passthru server
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.