Author |
Message |
Topic: Is this the correct approach to Transactions? |
Scooter
Replies: 5 Views: 3120
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 1:23 pm Subject: Is this the correct approach to Transactions? |
Thank you. |
Topic: Is this the correct approach to Transactions? |
Scooter
Replies: 5 Views: 3120
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 1:00 pm Subject: Is this the correct approach to Transactions? |
That should be "I can't allow duplicate messages put in the remote queue and can't let a message be lost."
Sorry  |
Topic: Is this the correct approach to Transactions? |
Scooter
Replies: 5 Views: 3120
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 12:58 pm Subject: Is this the correct approach to Transactions? |
Ok, but would I still use UOW and Syncpoint to get guaranteed one-time delivery to the remote queue? I can allow duplicate messages put in the remote queue and can't let a message be lost. |
Topic: Is this the correct approach to Transactions? |
Scooter
Replies: 5 Views: 3120
|
Forum: General IBM MQ Support Posted: Thu Aug 03, 2006 10:01 am Subject: Is this the correct approach to Transactions? |
I have read several manuals and many posts about Transactions and XA. I'm looking to implement a process that requires the use of transactions and wanted to verify my approach to the problem with more ... |
Topic: Design question about File to Queue process |
Scooter
Replies: 7 Views: 4356
|
Forum: General IBM MQ Support Posted: Thu Jun 09, 2005 1:28 pm Subject: Design question about File to Queue process |
Thanks guys as always you have helped me greatly. I will push for the PM4Data but using reference message is a very good option and provided to be some enlighten reading. |
Topic: Design question about File to Queue process |
Scooter
Replies: 7 Views: 4356
|
Forum: General IBM MQ Support Posted: Thu Jun 09, 2005 11:59 am Subject: Design question about File to Queue process |
Thanks, I found the site.
But let's say management doesn't want to spend the money for a third party package and I'm forced to come up with a home made solution. Would you have any suggestions or ... |
Topic: Design question about File to Queue process |
Scooter
Replies: 7 Views: 4356
|
Forum: General IBM MQ Support Posted: Thu Jun 09, 2005 11:32 am Subject: Design question about File to Queue process |
Do you you have a URL to this product by chance? No since in building it again if it has been done.  |
Topic: Design question about File to Queue process |
Scooter
Replies: 7 Views: 4356
|
Forum: General IBM MQ Support Posted: Thu Jun 09, 2005 11:19 am Subject: Design question about File to Queue process |
We have been using Websphere MQ for over a year to process message on a transactional base. That is we put a message on a remote queue that triggers a mainframe transactions to process it. I have now ... |
Topic: MsgID/CorrlID when using DLQ handler. |
Scooter
Replies: 6 Views: 3887
|
Forum: General IBM MQ Support Posted: Wed May 04, 2005 8:59 am Subject: MsgID/CorrlID when using DLQ handler. |
Thanks for the help JT!
I was able to get it to work by setting the REPORT parameter to MQRO_PASS_CORREL_ID and then set the MQPMO options to MQPMO_NEW_CORREL_ID. Then I was able to search the repl ... |
Topic: MsgID/CorrlID when using DLQ handler. |
Scooter
Replies: 6 Views: 3887
|
Forum: General IBM MQ Support Posted: Wed May 04, 2005 8:12 am Subject: MsgID/CorrlID when using DLQ handler. |
JT,
We are using the standard DATAGRAM message type with a IIH header. We are currently not using any report options. I will take a look at the report options since I have not used them before. Are t ... |
Topic: MsgID/CorrlID when using DLQ handler. |
Scooter
Replies: 6 Views: 3887
|
Forum: General IBM MQ Support Posted: Wed May 04, 2005 6:52 am Subject: MsgID/CorrlID when using DLQ handler. |
Sorry for the length of this question, just want to make sure I describe the issue fully.
We are using MQSeries 5.1 on a windows server to send messages to an IMS bridge on the mainframe. The bridg ... |
Topic: Use of alternateUserId to access a local queue |
Scooter
Replies: 7 Views: 6360
|
Forum: IBM MQ API Support Posted: Wed Aug 04, 2004 1:32 pm Subject: Use of alternateUserId to access a local queue |
Thanks for the reply guys. Sorry it took so long to responsed back.
Peter:
Here is the output from the "dspmqaut" command. Every thing looks to be in order with the QManager and Group.
dspmqaut ... |
Topic: Use of alternateUserId to access a local queue |
Scooter
Replies: 7 Views: 6360
|
Forum: IBM MQ API Support Posted: Tue Aug 03, 2004 11:46 am Subject: Use of alternateUserId to access a local queue |
Sorry to bring up an old issue but I have looked at the following two topics and have been unable to solve my problem.
http://www.mqseries.net/phpBB2/viewtopic.php?t=11247&highlight=alternateus ... |
Topic: IMSBridge use with UserId |
Scooter
Replies: 15 Views: 12976
|
Forum: General IBM MQ Support Posted: Mon May 10, 2004 5:30 am Subject: IMSBridge use with UserId |
Thanks Peter!
I knew it had to be something to do with the options I was using on the Queue and Message, but couldn't find the right options. Your suggested options worked fine.
Thanks again. |
Topic: IMSBridge use with UserId |
Scooter
Replies: 15 Views: 12976
|
Forum: General IBM MQ Support Posted: Thu May 06, 2004 9:35 am Subject: IMSBridge use with UserId |
I'm sorry, I mentioned the Local Queue because we were having problems getting the Remote Queue to hold the UserId. What I we are trying to do is have a App create and put a message into a Remote Queu ... |