Author |
Message |
Topic: Triggering |
ajaykumar
Replies: 3 Views: 5325
|
Forum: IBM MQ API Support Posted: Mon Nov 03, 2008 2:01 am Subject: Triggering |
Will i the queue manager put a trigger message in the initiation queue even if the message that is present in the actual queue is uncommitted. I found a strange behaviour whenever i start my applicati ... |
Topic: Confirming the presence of Uncommitted messages |
ajaykumar
Replies: 2 Views: 5604
|
Forum: IBM MQ API Support Posted: Mon Nov 03, 2008 1:00 am Subject: Confirming the presence of Uncommitted messages |
How can i confirm that there are uncommitted messgaes in a queue using MQAPI for java. |
Topic: Browsing MEssages in Queuee |
ajaykumar
Replies: 10 Views: 12124
|
Forum: IBM MQ API Support Posted: Sun Nov 02, 2008 9:27 am Subject: Browsing MEssages in Queuee |
I want u to understand that i am not in a position to change the design.I just want a workaround because the application has been so designed that it issues a call to check for depth and if its non ze ... |
Topic: Browsing MEssages in Queuee |
ajaykumar
Replies: 10 Views: 12124
|
Forum: IBM MQ API Support Posted: Sun Nov 02, 2008 8:05 am Subject: Browsing MEssages in Queuee |
Thanks for the quick response! The message will not be taken by any application because the same application is checking for messages and then getting it. I am thinking of browsing rather than checkin ... |
Topic: Browsing MEssages in Queuee |
ajaykumar
Replies: 10 Views: 12124
|
Forum: IBM MQ API Support Posted: Sun Nov 02, 2008 2:27 am Subject: Browsing MEssages in Queuee |
Thanks Vitor for the quick reply. This is not something which i want to implement.It so happened that we have an application which gets messages from queue but the criteria for it to get messages is a ... |
Topic: Browsing MEssages in Queuee |
ajaykumar
Replies: 10 Views: 12124
|
Forum: IBM MQ API Support Posted: Sat Nov 01, 2008 10:24 pm Subject: Browsing MEssages in Queuee |
Hi All,
What are the options that i need to specify in the open and getr message options so that i could browse the queue and know if there are messages in queue(need not match any selsction criteria ... |
Topic: Segmentation In MQ |
ajaykumar
Replies: 1 Views: 3542
|
Forum: IBM MQ API Support Posted: Wed Oct 22, 2008 9:08 pm Subject: Segmentation In MQ |
Hi All,
In our project we are using the concept of segmentation if the message exceeds a specified length and set the flag "MQC.MQMF_SEGMENT" for every segment and "MQC.MQMF_L ... |
Topic: How to get the count of committed messages in a queue |
ajaykumar
Replies: 5 Views: 3910
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 21, 2008 11:24 pm Subject: How to get the count of committed messages in a queue |
Thanks David,
The application that i mentioned above has got a method which checks for depth and also gets the message from the queue. These methods are called by another application.So when the ap ... |
Topic: How to get the count of committed messages in a queue |
ajaykumar
Replies: 5 Views: 3910
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 21, 2008 2:41 am Subject: How to get the count of committed messages in a queue |
Hi All,
We have a program that checks for the depth of queue and if the depth returned in non zero then it tries to get the message from the queue. But the problem is checking for depth retur ... |
Topic: Unable to get message from Queue |
ajaykumar
Replies: 3 Views: 4385
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 22, 2008 12:54 am Subject: Unable to get message from Queue |
Hi ,
In our project we are using Websphere MQAPI to connect to queue manager ,put message, get message, to check for message availablity and also to disable trigger. We came across a scenario w ... |