Author |
Message |
Topic: WAS EE 5.x built in JMS provider Vs. WMQ |
sumeet
Replies: 6 Views: 6520
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 25, 2004 10:50 pm Subject: WAS EE 5.x built in JMS provider Vs. WMQ |
Dear all,
We are using WAS 5.x EE for our project and it would involve messaging. We are trying to find out the differences between the embedded messaging support that comes with WAS and WMQ. Are t ... |
Topic: Message Order in WMQ |
sumeet
Replies: 3 Views: 3118
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 05, 2004 8:45 pm Subject: Message Order in WMQ |
Hello all,
We are developing an application using messaging, in which we need to maintain sequence of messages.
We have only one application sending the messages out and one MDB listening for the ... |
Topic: Clusters & Transmission queues |
sumeet
Replies: 1 Views: 2473
|
Forum: Clustering Posted: Sun May 30, 2004 11:05 pm Subject: Clusters & Transmission queues |
Hello all,
I am a beginner to clusters and had some questions on clustering.
To give a background, we have multiple servers who need to communicate with each other. One option was to have multip ... |
Topic: CoA / CoD equivalent in JMS |
sumeet
Replies: 0 Views: 1634
|
Forum: IBM MQ Java / JMS Posted: Sun May 30, 2004 10:25 pm Subject: CoA / CoD equivalent in JMS |
Hi all,
Do we have an equivalent of CoA / CoD functionality in JMS, which will allow the sending application to find out whether the message has been delivered successfully at the destination.
T ... |
Topic: Distribution Lists: How it works |
sumeet
Replies: 5 Views: 6219
|
Forum: IBM MQ API Support Posted: Thu May 27, 2004 8:37 pm Subject: Distribution Lists: How it works |
Thanks for the clarification Eddie.
Hi Kumar,
To elaborate on my question. I had read in one of the guides that DL allows me to save code by enabling me to send out a message to multiple destina ... |
Topic: Distribution Lists: How it works |
sumeet
Replies: 5 Views: 6219
|
Forum: IBM MQ API Support Posted: Wed May 26, 2004 11:11 pm Subject: Distribution Lists: How it works |
Hello everyone,
I have recently started work on distribution lists and am not sure as to how it works.
I understand that it saves me the effort / code by allowing me to do a put to multiple dest ... |
Topic: How to find that a message has been delivered?? |
sumeet
Replies: 4 Views: 2836
|
Forum: IBM MQ Java / JMS Posted: Mon May 10, 2004 1:27 am Subject: How to find that a message has been delivered?? |
Hi Jeff,
Thanks for the respones.
We need to back them up on the sending side. We plan to put the ready message in a database and then have the message sending application read the message from th ... |
Topic: How to find that a message has been delivered?? |
sumeet
Replies: 4 Views: 2836
|
Forum: IBM MQ Java / JMS Posted: Sun May 09, 2004 4:50 pm Subject: How to find that a message has been delivered?? |
Hi all,
In our project the communicaiton links between two servers (queue managers) would not be available at all times. If messages are sent out at a time when the links are down, the messages wil ... |
Topic: MQSC Commands through Java |
sumeet
Replies: 2 Views: 2185
|
Forum: IBM MQ Java / JMS Posted: Sun May 09, 2004 4:09 pm Subject: MQSC Commands through Java |
Hi all,
We are working with MQ Series on Windows / Unix.
Is it possible to execute mqsc commands like Ping Channel, display current depth etc from within a Java program?
Any pointers, code samp ... |
Topic: Distribution Lists |
sumeet
Replies: 1 Views: 1618
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 07, 2004 7:54 pm Subject: Distribution Lists |
Hi all,
I understand that distribution lists is a feature provided to allow a single message to be sent out to multiple users in one send call. This is available in WebSphere MQ base Java.
Is th ... |
Topic: Multi-hop or IB |
sumeet
Replies: 2 Views: 2588
|
Forum: General IBM MQ Support Posted: Wed Apr 07, 2004 7:30 pm Subject: Multi-hop or IB |
Hi all,
Background
We have a requirement in our project, where QM1 needs to talk to QM2 but does not have communication between them at all.
However, QM1 has intermittent communications with QM3 ... |
Topic: JMS with MQseries |
sumeet
Replies: 9 Views: 6439
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 30, 2004 3:55 pm Subject: JMS with MQseries |
The answer depends on how you are trying to use MQ:
If you are trying to use MQ in bindings mode:
Before installing WAS you must install MQSeries on the box (I think otherwise embedded MQ of WAS5 wi ... |
Topic: Priority for queue |
sumeet
Replies: 3 Views: 3201
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 23, 2004 8:19 pm Subject: Priority for queue |
Priority is not a property of a queue but of a message
So what we are saying is that if we assign a queue a priority, what we are effectively doing is that we are ensuring all messages which are put ... |
Topic: Priority for queue |
sumeet
Replies: 3 Views: 3201
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 21, 2004 4:26 pm Subject: Priority for queue |
Hi all,
Background:
We have a queue manager QM with 2 queues, Q1 & Q2.
Messages M1 & M2, with priorities 2 & 3 are put on Q1.
Messages M3 & M4, with priorities 7 & 8 are put ... |
Topic: Setting Message ID for a Message |
sumeet
Replies: 5 Views: 4065
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 16, 2004 5:17 pm Subject: Setting Message ID for a Message |
Hi Eddie,
Thanks for the response to confirm that message ID can be set.
Second part of my question is still unanswered though, as to how do I actually set the message ID. As I had mentioned, I co ... |