Author |
Message |
Topic: MQ triggering and Message listener |
pmehta
Replies: 2 Views: 3692
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 05, 2007 1:32 am Subject: MQ triggering and Message listener |
Want to know when I should use MQ triggering and when to use Message listener. |
Topic: jmsadmin utility |
pmehta
Replies: 18 Views: 17590
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 18, 2006 3:34 am Subject: jmsadmin utility |
When I try to run jmsadmin utility an error comes saying,
"JNDI initialisation failed, please check your JNDI settings and service"
I have set the classpath for com.ibm.mq.jar and com.ibm.mq ... |
Topic: MQSecure |
pmehta
Replies: 3 Views: 7066
|
Forum: IBM MQ Performance Monitoring Posted: Sun Aug 01, 2004 10:59 pm Subject: MQSecure |
Hi
I want to know whether MQSecure can be used to support channel encryption between MQ v5.2 and MQ v5.3?
Also, please provide me with some relevant site on MQSecure.
Thanks,
P Mehta |
Topic: JMS listener and rollback |
pmehta
Replies: 1 Views: 2084
|
Forum: IBM MQ Java / JMS Posted: Mon May 03, 2004 11:18 pm Subject: JMS listener and rollback |
I am using JMS over MQ for asynchronous messaging. I use setMessageListener method to start a listener on a specific queue so that when the response (which is in Copybook format) comes the onMessage() ... |
Topic: Problem is reading the response as ASCII |
pmehta
Replies: 9 Views: 4582
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 02, 2004 1:24 am Subject: Problem is reading the response as ASCII |
yes the response which is coming is having a mixed format and i want that mixed stuff to be converted into ASCII.
How can i use the BytesMessage instead of TextMessage?
For TextMessage MQMD format ... |
Topic: Problem is reading the response as ASCII |
pmehta
Replies: 9 Views: 4582
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 01, 2004 1:54 am Subject: Problem is reading the response as ASCII |
I am using JMS to put and get the messages. My problem is that the response is coming from the z/os system. The response can be either in binary or in ASCII or in both Binayr as well as ASCII.
I wan ... |
Topic: Logging Mechanism |
pmehta
Replies: 3 Views: 2735
|
Forum: General IBM MQ Support Posted: Mon Oct 27, 2003 4:05 am Subject: Logging Mechanism |
Thanks Raj for the reply.
This means that on z/os circular logging is supported? |
Topic: Logging Mechanism |
pmehta
Replies: 3 Views: 2735
|
Forum: General IBM MQ Support Posted: Wed Oct 22, 2003 11:48 pm Subject: Logging Mechanism |
Just want to know on which platforms circular logging is not supported. |
Topic: Which channel exit to use |
pmehta
Replies: 2 Views: 2529
|
Forum: IBM MQ API Support Posted: Mon Oct 06, 2003 9:22 pm Subject: Which channel exit to use |
But as far as I know security exits are called just to authenticate the partner. |
Topic: Which channel exit to use |
pmehta
Replies: 2 Views: 2529
|
Forum: IBM MQ API Support Posted: Sun Oct 05, 2003 11:42 pm Subject: Which channel exit to use |
Hi All,
Please tell which channel exit can be used to find out the number of channels initiated on the QMgr. |
Topic: Triggering with trigtype set as first |
pmehta
Replies: 5 Views: 4318
|
Forum: IBM MQ API Support Posted: Wed Jul 30, 2003 3:02 am Subject: Triggering with trigtype set as first |
Yes the queue is opened for shared input.
And the process is triggered second time only when the wriong message is coming at the position other than the first. If the wrong message comes at the fir ... |
Topic: Triggering with trigtype set as first |
pmehta
Replies: 5 Views: 4318
|
Forum: IBM MQ API Support Posted: Wed Jul 30, 2003 2:56 am Subject: Triggering with trigtype set as first |
Thanks Bob,
But the requirenment is that we should not use DLQ. Instead we should stops the processing as soon as some error comes. The message should not be deleted from the queue. |
Topic: Triggering with trigtype set as first |
pmehta
Replies: 5 Views: 4318
|
Forum: IBM MQ API Support Posted: Tue Jul 29, 2003 10:33 pm Subject: Triggering with trigtype set as first |
Hi All,
I am having a problem with trigtype first.
The scenario is whenever the message come in a queue a C rpogram is triggered . In the program MQBEGIN is called to begin the unit of work, the ... |