Author |
Message |
Topic: Inquiring a channel status |
chaitu_bca
Replies: 2 Views: 1703
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 13, 2004 6:24 am Subject: Inquiring a channel status |
vennela,
please look at this thread.
http://www.mqseries.net/phpBB2/viewtopic.php?t=3467&highlight=java+pcf
Do you have any idea what to give in the attributes so as to get s ... |
Topic: Inquiring a channel status |
chaitu_bca
Replies: 2 Views: 1703
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 13, 2004 3:16 am Subject: Inquiring a channel status |
Can anyone please provide me a sample program in java for inquiring a channel status . I have explored the PCF classes provided in com.ibm.mq.pcf.jar but not able to locate what PCFParameters we need ... |
Topic: list of queues in a particular queue manager |
chaitu_bca
Replies: 2 Views: 2150
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 06, 2004 5:56 am Subject: Thank you Roger |
Thank you very much for the information Roger. Using the classes provided in package i was able to get the list of queues |
Topic: list of queues in a particular queue manager |
chaitu_bca
Replies: 2 Views: 2150
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 03, 2004 7:04 am Subject: list of queues in a particular queue manager |
I need to get the list of all the queues in a particular queue manager . How can i do this using a java program. I know only the IP address of the machine and the queue manager name. I have looked in ... |
Topic: Help Regarding profile file |
chaitu_bca
Replies: 1 Views: 1888
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2004 5:29 am Subject: Help Regarding profile file |
With a triggered application I had coded in java , I had a problem wherin some trigger messages were put to the Dead Letter Queue. The problem was that there was no AMQ_SIGCHLD_SIGACTION =YES variabl ... |
Topic: Copying MessageId |
chaitu_bca
Replies: 1 Views: 1560
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 21, 2004 10:08 pm Subject: Copying MessageId |
I have written a java program in which i pick up message from one queue (input queue) and copy it onto a different queue(output queue). All the attributes of the message are being copied to the messag ... |
Topic: Query regarding Trigger message |
chaitu_bca
Replies: 5 Views: 2632
|
Forum: General Discussion Posted: Mon Jun 07, 2004 7:32 am Subject: Query regarding Trigger message |
I am sorry i should have explained the situation earlier, I have 2 queues which are triggered for first. Both call the same program when fired. when the first queue is triggered the application gets f ... |
Topic: Query regarding Trigger message |
chaitu_bca
Replies: 5 Views: 2632
|
Forum: General Discussion Posted: Mon Jun 07, 2004 6:39 am Subject: please explain |
Can you please explain more about it. Like if we run the trigger monitor normally as runmqtrm -m QMGR -q INITIQ |
Topic: Query regarding Trigger message |
chaitu_bca
Replies: 5 Views: 2632
|
Forum: General Discussion Posted: Mon Jun 07, 2004 6:32 am Subject: Query regarding Trigger message |
In the case of trigger type First when is the trigger message removed from the initiation queue.
a) As soon as the application is called
OR
b) After the application completes execution. |
Topic: Help regarding Trigger type First. |
chaitu_bca
Replies: 8 Views: 4889
|
Forum: General IBM MQ Support Posted: Tue May 25, 2004 4:51 am Subject: Help regarding Trigger type First. |
I capture the message into a temporary object and put it onto a different queue( output queue) with extended expiration time. The problem is that as the original message is left on the application que ... |
Topic: Help regarding Trigger type First. |
chaitu_bca
Replies: 8 Views: 4889
|
Forum: General IBM MQ Support Posted: Tue May 25, 2004 4:24 am Subject: progblem regarding trigger type first |
I need to process some messages on the queue and copy them onto a different queue based upon the expiration interval field. |
Topic: Help regarding Trigger type First. |
chaitu_bca
Replies: 8 Views: 4889
|
Forum: General IBM MQ Support Posted: Mon May 24, 2004 8:20 pm Subject: problem with trigger type first. |
I am only browsing the messages on the queue and not getting them. Is there a workaround for the problem. I do not know the depth of the application queue so I cant use trig type as depth and trigger ... |
Topic: Help regarding Trigger type First. |
chaitu_bca
Replies: 8 Views: 4889
|
Forum: General IBM MQ Support Posted: Sat May 22, 2004 1:33 am Subject: Help regarding Trigger type First. |
I have a java program which is fired when the first message comes onto the application queue . The application queue has some messages with unlimited expiration time which never expire and remain in t ... |
Topic: Exception while browsing a message. |
chaitu_bca
Replies: 2 Views: 1710
|
Forum: IBM MQ Java / JMS Posted: Tue May 18, 2004 7:06 am Subject: Thank you so much |
It worked Roger thanks a lot. |
Topic: Exception while browsing a message. |
chaitu_bca
Replies: 2 Views: 1710
|
Forum: IBM MQ Java / JMS Posted: Mon May 17, 2004 9:01 am Subject: Exception while browsing a message. |
I have a java program which browses messages on a queue. It reads messages if they are in the MQSTR format but if the messages do not have any format than the following exception is raised.
MQJE001 ... |