Author |
Message |
Topic: MQ Broker |
nethaji
Replies: 3 Views: 4389
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 17, 2005 7:38 am Subject: Is this link correct |
Thanks for the information. This will really help me.
Ok. I will find out what this "Mq broker refers to" .
If it is easy for you, can you please point me to these 3 different product overview ... |
Topic: MQ Broker |
nethaji
Replies: 3 Views: 4389
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 17, 2005 7:30 am Subject: MQ Broker |
Hey,
What is MQ Broker required for? The reason I am asking is that there Big is a different in the licensing with and without Brokering...
So if some can point me to things that can be done W ... |
Topic: Channel Down - pager message |
nethaji
Replies: 1 Views: 2931
|
Forum: General IBM MQ Support Posted: Fri Mar 21, 2003 11:44 am Subject: Channel Down - pager message |
We are planning to design a routine which can page us in case of channel issues. Currently the channels are started automatically by a process which is associated with Transmission queue. We are worri ... |
Topic: Unable to display an error message |
nethaji
Replies: 2 Views: 4165
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 14, 2003 6:35 am Subject: Unable to display an error message |
Hi ,
We upgraded our solaris from version 7 to version 8. ... |
Topic: clear transmission queue |
nethaji
Replies: 4 Views: 10771
|
Forum: General IBM MQ Support Posted: Fri Jan 03, 2003 12:38 pm Subject: clear transmission queue |
Hi thanks for the reply.
When the channel is running the input use count is 1 and output use count is 1 and the uncommited message is Y. When I stopped the channel the input use count and output us ... |
Topic: clear transmission queue |
nethaji
Replies: 4 Views: 10771
|
Forum: General IBM MQ Support Posted: Fri Jan 03, 2003 11:57 am Subject: clear transmission queue |
Hi,
I want to delete a message from a transmission (xmit) queue. Can some one tell me how to clear a transmission queue? I tried reseting the channel, resovle with back out... But nothing worked ou ... |
Topic: JMS specification version |
nethaji
Replies: 1 Views: 3159
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 05, 2002 9:12 am Subject: JMS specification version |
HI
I would like to know which version of IBM MQ series support which version of JMS specification. I think JMS support started from IBM MQseries 5.2 which is JMS 1.0.2. How about MQ 5.2.1 or Web ... |
Topic: Commit on Queue Remote |
nethaji
Replies: 8 Views: 9345
|
Forum: IBM MQ API Support Posted: Thu May 30, 2002 9:02 am Subject: Commit on Queue Remote |
The version of the MQ series we are using does not support MQ segmentation / grouping . We are using message ID for this reason to retreive message in order. We are just worried that when we specify t ... |
Topic: Commit on Queue Remote |
nethaji
Replies: 8 Views: 9345
|
Forum: IBM MQ API Support Posted: Thu May 30, 2002 8:08 am Subject: Commit on Queue Remote |
Thanks jeff. Thanks for the clearing my doubt. Let me just repeat what I infer.
So even though we commit the remote queue after placing all the messages, The high priority trigger message will reac ... |
Topic: Commit on Queue Remote |
nethaji
Replies: 8 Views: 9345
|
Forum: IBM MQ API Support Posted: Thu May 30, 2002 7:21 am Subject: Commit on Queue Remote |
Thanks.
I think I have to rephrase the question. The receiving application will try to fetch all the messages that are sent. Is there any chance for the receiving application to fail saying that th ... |
Topic: Commit on Queue Remote |
nethaji
Replies: 8 Views: 9345
|
Forum: IBM MQ API Support Posted: Thu May 30, 2002 6:59 am Subject: Commit on Queue Remote |
Hi,
We are planning to have a design as follows:
Transfer all the information in a single queue with priority 5 and then,
Trigger the receiving application by sending a 9 priority message in th ... |
Topic: Network change will affect? |
nethaji
Replies: 15 Views: 17523
|
Forum: IBM MQ API Support Posted: Thu May 23, 2002 5:05 am Subject: Network change will affect? |
Thanks everyone. I think I will go for application design. Thanks
Subash |
Topic: Network change will affect? |
nethaji
Replies: 15 Views: 17523
|
Forum: IBM MQ API Support Posted: Wed May 22, 2002 11:02 am Subject: Network change will affect? |
Hi all
Thanks for all the information. I came to know that order of the message is not garunteed in the MQ. I am using MQ 5.2 in s/390 system. If I am not wrong, it does not support messgae groupi ... |
Topic: Getting specific message |
nethaji
Replies: 8 Views: 8848
|
Forum: IBM MQ API Support Posted: Tue May 21, 2002 12:40 pm Subject: Getting specific message |
msgID is a byte variable. Looks like you are trying to pass a string to it. Will this be a problem?? try to pass byte value to it.
regards
Subash |
Topic: Network change will affect? |
nethaji
Replies: 15 Views: 17523
|
Forum: IBM MQ API Support Posted: Tue May 21, 2002 12:32 pm Subject: Network change will affect? |
Hi ,
We have a Mq series application running a Point to Point file transfer. The application uses the FIFO (First in First out) method and it is running good so far. Now that we have another clien ... |