Author |
Message |
Topic: Message Broker Enquiry |
fcx84
Replies: 4 Views: 2664
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 11, 2010 10:22 pm Subject: Re: Message Broker Enquiry |
Are you talking about the MQ Pub/Sub broker (in that case your terminology is completely wrong and concept flawed) or about the WMB broker?
Yes I mean the WMB. From what I have been reading so far ... |
Topic: Message Broker Enquiry |
fcx84
Replies: 4 Views: 2664
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 11, 2010 5:38 pm Subject: Message Broker Enquiry |
Dear experts,
Do message broker allows messages from a queue to move to another queue?
If it is possible how to do it? write a script? or need an administrator to monitor? |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 11, 2010 5:35 pm Subject: Round Robin for a point to point messaging model? |
No. You can create a queue like that, but you have to provide the full name for a get or a put.
when u say full name what u mean? full name for the queue name and queue manager. E.g. put to QM queu ... |
Topic: Auto-forwarding feature in WMQ? |
fcx84
Replies: 4 Views: 2921
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 11, 2010 12:18 am Subject: Auto-forwarding feature in WMQ? |
What I mean is if one application is down or hang do WMQ allows messages residing in that queue for that application to move to another queue with an application? |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 10, 2010 7:57 pm Subject: Round Robin for a point to point messaging model? |
If all your getter applications are creating dynamic queues, how will any of the messages be routed to them? How are you passing the names to the sending application?
I believe the input applicati ... |
Topic: Auto-forwarding feature in WMQ? |
fcx84
Replies: 4 Views: 2921
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 10, 2010 7:10 pm Subject: Auto-forwarding feature in WMQ? |
Dear experts,
Does WMQ cater for forwarding messages with no consumer? |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 10, 2010 6:28 pm Subject: Round Robin for a point to point messaging model? |
Hi Vitor,
Alright I believe I get the point of using priority to solve the problem of sending to the least busy application. Even if there were to be multiple message A data, the data are processed ... |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 09, 2010 10:58 pm Subject: Round Robin for a point to point messaging model? |
Hi fjb_saper,
The least busy application = to the application whose queue has the least message
Therefore how can the queue manager actually know which queue has the least massage if I have 3 ap ... |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 09, 2010 10:06 pm Subject: Round Robin for a point to point messaging model? |
Hi Vi,
Once again thanks for your advises and enlightenments
So you've got 3 application receiving a lot of message B via pub/sub and needs to deal with the occassional message A? And any of the ... |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 09, 2010 9:37 pm Subject: Round Robin for a point to point messaging model? |
Hi Jeff,
Yes. WebLogic do not detect if an application is hang.
May I seek your wise wisdom, that what is the best solution or best practices to work around this problem?
Thank you. |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 09, 2010 6:43 pm Subject: Round Robin for a point to point messaging model? |
Hi Vic,
Thanks for the quick responses.
My application requires me to design to handle 2 types of messages.
Only a single QM will be used.
Message A is data need to send to a least busy appl ... |
Topic: Round Robin for a point to point messaging model? |
fcx84
Replies: 24 Views: 12783
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 09, 2010 5:08 pm Subject: Round Robin for a point to point messaging model? |
Dear experts,
I am a new to WMQ. I am now working on a project which uses a single queue manager (QM).
I have a few queries to ask regarding my project:
1.May I know if WMQ allows application ... |