Author |
Message |
Topic: for MQ Commit |
pcrparimi
Replies: 1 Views: 2335
|
Forum: General IBM MQ Support Posted: Mon Aug 25, 2003 7:03 pm Subject: for MQ Commit |
Hi All,
1) Is it necessary to close the queue for commiting a unit of work(put/get).
2) I am doing BROWSE_NEXT and then doing a destructive get of same message using 2 calls. After destructive i ... |
Topic: MQMD Version |
pcrparimi
Replies: 1 Views: 3566
|
Forum: General IBM MQ Support Posted: Thu Aug 07, 2003 12:25 pm Subject: MQMD Version |
Hi,
Do i have to set the MQMD version to 2 exclusively for getting the message back from Queue by MQMO_MATCH_MSG_ID option.
I could not get the message by this option.
We have MQ 5.2.
Thanks,
... |
Topic: Triggering Issue |
pcrparimi
Replies: 9 Views: 8798
|
Forum: General IBM MQ Support Posted: Tue Aug 05, 2003 4:49 am Subject: Triggering Issue |
Hi Gina,Bridgette, Brandon
I tried a slightly different approach for this problem.
I am opening the queue in MQOO_BROWSE + MQOO_INPUT_*.
First I get the message using MQGMO_BROWSE_FIRST.
Then p ... |
Topic: Triggering Issue |
pcrparimi
Replies: 9 Views: 8798
|
Forum: General IBM MQ Support Posted: Fri Jul 18, 2003 10:54 am Subject: Triggering Issue |
I got it.
Thanks a lot, have a good week-end
Regards,
Poorna |
Topic: Triggering Issue |
pcrparimi
Replies: 9 Views: 8798
|
Forum: General IBM MQ Support Posted: Fri Jul 18, 2003 10:48 am Subject: Triggering Issue |
Gina,
Thanks for your quick reply. My question is whenever i backout, will it be considered as a new PUT.
For triggering to happen QM has to put a message in initiation queue.
Regards,
Poorna ... |
Topic: Triggering Issue |
pcrparimi
Replies: 9 Views: 8798
|
Forum: General IBM MQ Support Posted: Fri Jul 18, 2003 10:04 am Subject: Triggering Issue |
Hi,
we are triggering a process which picks the message from the same queue on which triggering is configured. The process gets the message under syncpoint and if some thing goes wrong rolls back a ... |
Topic: How to Restrict some programs putting messages into queues. |
pcrparimi
Replies: 4 Views: 4076
|
Forum: General Discussion Posted: Tue Aug 13, 2002 3:30 am Subject: How to Restrict some programs putting messages into queues. |
Hi,
I want the queue to accept the message if the put is done by specified application. For example i don't want queue to take the message if the put is by amqsput/amqsputc/ or put test message opt ... |
Topic: how to send mdb file through MQSeries |
pcrparimi
Replies: 3 Views: 8359
|
Forum: IBM MQ API Support Posted: Mon Jul 29, 2002 10:16 pm Subject: how to send mdb file through MQSeries |
Naveen,
You can use Reference messaging. But using java to do this, you have to explore.
Poorna |
Topic: Has anybody implemented 2-phse commit with Oracle? |
pcrparimi
Replies: 3 Views: 6431
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 24, 2002 5:41 am Subject: Has anybody implemented 2-phse commit with Oracle? |
Hi kamy,
I implemented 2-Phase commit with Oracle 8.1.7, jdbcora.dll from ma88, on Win 2k with MQ as transaction coordinater. Please find the fallowing setup.
Oracle:
Check whether JSERVER op ... |
Topic: channels in doubt state. 3 related questions |
pcrparimi
Replies: 4 Views: 8820
|
Forum: General IBM MQ Support Posted: Wed Jul 17, 2002 5:43 am Subject: channels in doubt state. 3 related questions |
1). When do channels go to doubt status? Is it only because of Network problems? Many times I observed Sender channel in running state where as receiver channel in Inactive state, and no message being ... |
Topic: MQClient getting persistent messages - Chance of duplicates? |
pcrparimi
Replies: 9 Views: 8800
|
Forum: IBM MQ API Support Posted: Wed Jul 17, 2002 5:08 am Subject: MQClient getting persistent messages - Chance of duplicates? |
Queue manger is not going down. I am intentionally disconnecting the network between client and QM, after MQPUT, but before MQCMIT. |
Topic: MQClient getting persistent messages - Chance of duplicates? |
pcrparimi
Replies: 9 Views: 8800
|
Forum: IBM MQ API Support Posted: Tue Jul 16, 2002 6:30 am Subject: MQClient getting persistent messages - Chance of duplicates? |
We have an MQclient client program(java) puts the message in a persistant queue under syncpoint. problem is after put if network goes down, the put is not getting rolled back and the message becomes ... |
Topic: java on OS/390 |
pcrparimi
Replies: 1 Views: 3161
|
Forum: General IBM MQ Support Posted: Tue Jul 09, 2002 5:21 am Subject: java on OS/390 |
Hi,
i'm new to OS/390.
Can we use a java program to interact MQ on OS/390.
Thanks,
Poorna |
Topic: Oracle XA enabling on Win 2000. |
pcrparimi
Replies: 2 Views: 3668
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 27, 2002 4:25 am Subject: Oracle XA enabling on Win 2000. |
Hi,
I am not able to restart my queue manger when i try to modify the mq configuration for XA.
MQ 5.2 and Oracle 8.1.7 is installed on Win 2K Server.
Fallowing are the values i have supplied in th ... |
Topic: Does java MQ API invoke shell commands?.. on Tandem |
pcrparimi
Replies: 1 Views: 2501
|
Forum: General IBM MQ Support Posted: Mon May 20, 2002 4:05 am Subject: Does java MQ API invoke shell commands?.. on Tandem |
Hi,
We have MQ installed on tandem and using java pgms to interact with MQ.
We run java pgms from OSS command prompt.
During performnce analysis of these java pgms we found that, There are many ... |