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 » msg from client1 to client2

Post new topic  Reply to topic
 msg from client1 to client2 « View previous topic :: View next topic » 
Author Message
lash
PostPosted: Sun Aug 17, 2003 8:15 pm    Post subject: msg from client1 to client2 Reply with quote

Apprentice

Joined: 14 May 2003
Posts: 47

HI,
mqClient1 is putting the msg on to a queue q1 of qmgr called SOPS,
mq Client2 has to get the msg from the queue q1 of qmgr SOPS.
can we use mqread.java stand-alone program to retrieve the msg.
how can we make it a automated task i.e. as soon as client1 puts client2 should get it at anytime of the day.

Thanks in advance,
lash
Back to top
View user's profile Send private message
Ratan
PostPosted: Mon Aug 18, 2003 12:59 pm    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

use triggerring. When ever client1 puts a msg, clt2 will be triggered and will retrieve the msg. The other option is client2 can continuously listen to the Q. Depending on the frequency of the messages you can make a choice between the 2 options.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
lash
PostPosted: Mon Aug 18, 2003 3:54 pm    Post subject: msg from client1 to client2 Reply with quote

Apprentice

Joined: 14 May 2003
Posts: 47

hi,
thanks for the replies.
client2 does not have queue manager of its own.
it has to use the qmanager from server which is at different ip-address.
than client2.
so will the get application at client2 triggers when we write process def on server,
if so what path i should write in application path in process def.
if it is on different box with different ip-address.
thanks to all,
lash.
Back to top
View user's profile Send private message
bower5932
PostPosted: Tue Aug 19, 2003 9:55 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

The path should be for the client's location of the program. Check out:

http://www.mqseries.net/phpBB2/viewtopic.php?t=10352
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
lash
PostPosted: Tue Aug 19, 2003 8:05 pm    Post subject: msg from client1 to client2 Reply with quote

Apprentice

Joined: 14 May 2003
Posts: 47

Hi friends,
we can write application name in process def.of mqserver but how we can give the ip-address of mqSeries client in application name of process def of mqSeries server.
as iam working on real time environment, anybody could work on test environment and let me know , it will be more appriciated.

eagerly waiting for the replies.

regards,
lash.
Back to top
View user's profile Send private message
EddieA
PostPosted: Wed Aug 20, 2003 8:07 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

The Process Definition is written 'as if' it were at the Client box.

The Trigger Monitor that is waiting for the message actually runs on the Client2 box and when a message appears in the queue on the Server, triggers the application locally to itself.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
tso0rxp
PostPosted: Fri Aug 22, 2003 7:51 am    Post subject: Reply with quote

Voyager

Joined: 07 Jan 2002
Posts: 85

We have a similar design to option 2 in Ratan's reply.

Client issues a 'wait' on the reply queue defined in the remote queue manger. Works nicely.

Note: Our client is an interactive routine - i.e. not always running - but the concept would be the same with multiple Clients running on separate workstations.
_________________
Bob Perry
MQ Administrator
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » msg from client1 to client2
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.