|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQProperties |
« View previous topic :: View next topic » |
Author |
Message
|
rajmq |
Posted: Sun Feb 16, 2003 4:18 am Post subject: MQProperties |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi,
I am Using MQ5.2 and WMQI2.1.My Broker is running into AIX and ConfigMgr is in Win2k. One of our application server is connected to AIX QMgr and java program will wait in while loop. Once message comes it will call corresponding request class.
But Our Application Server is acting has three server using the cloning (java)concept.
Once Appication Server received message,all three server are reading the message.But i need to read that request msg by only one server.
For avoiding the above problem,
is it possible to control using the MQ level Properties??
Thanks in Advance
raj  |
|
Back to top |
|
 |
yaakovd |
Posted: Tue Feb 18, 2003 8:15 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
1. If you can use MDB in application server, this poblem will auto-eliminated.
2. How you read the message brows and copy or get? Becouse in second option message should be locked by first application.
Possible that you create clones for each server and duplicate the message in application? _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
rajmq |
Posted: Wed Feb 19, 2003 4:42 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi
Thanks for ur Reply
1.What is MDB?? is it there any document?
2.I am using get option only for reading the message.But i could't understand difference bet'n browse and copy or get?
can u explain some more detail
regards
raj |
|
Back to top |
|
 |
yaakovd |
Posted: Wed Feb 19, 2003 6:35 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
1.MDB is MessageDrivenBean (javax.ejb). You can find it J2EE specification.
2. When you browse on message (without lock it), the message is available for any other application. But may be your problem that you create multiple clone of same message after get (check it).
I don't understand, if each server has separated connection or single application connected to MQ and forwards message to 3 servers? _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|