Author |
Message |
Topic: Extended Transactional Client on Windows with .NET |
mveerman
Replies: 0 Views: 1692
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 13, 2007 10:07 am Subject: Extended Transactional Client on Windows with .NET |
Hi,
I'm trying to get Extended Transactional Client (ETC) to work on Windows XP (Client) and Windows 2003 (MQSeries server 5.3) by following the step specificed by Dino (URL: http://blogs.msdn.com ... |
Topic: Recover lost messages (replay log) |
mveerman
Replies: 6 Views: 6533
|
Forum: General IBM MQ Support Posted: Mon Mar 11, 2002 4:53 pm Subject: Recover lost messages (replay log) |
Thanks for everyone's suggestions. It turns out the problem was in the app. For anyone coming after me, the solution was using the ClearErrorCodes method on the Queue object (we use v5.2) before the ... |
Topic: Recover lost messages (replay log) |
mveerman
Replies: 6 Views: 6533
|
Forum: General IBM MQ Support Posted: Tue Feb 26, 2002 9:47 am Subject: Recover lost messages (replay log) |
...forgot to respond to one of your questions...we are only using persistent messages. |
Topic: Recover lost messages (replay log) |
mveerman
Replies: 6 Views: 6533
|
Forum: General IBM MQ Support Posted: Tue Feb 26, 2002 9:45 am Subject: Recover lost messages (replay log) |
Thanks both for your response. I'll double check our application code.
mrlinx: When does MQSeries replay the logs on it's own
...are starting up the Queue Manager? |
Topic: Problem with MQAX and VB |
mveerman
Replies: 1 Views: 2863
|
Forum: General IBM MQ Support Posted: Mon Feb 25, 2002 4:47 pm Subject: Problem with MQAX and VB |
Try:
Set mobjMQSess = CreateObject("MQAX200.MQSession")
Set mobjQMgr = mobjMQSess.AccessQueueManager(txtQM)
|
Topic: Recover lost messages (replay log) |
mveerman
Replies: 6 Views: 6533
|
Forum: General IBM MQ Support Posted: Mon Feb 25, 2002 4:41 pm Subject: Recover lost messages (replay log) |
We are using MQSeries under Windows2000, doing PUT/GET for about 200,000 messages a day. We are missing/losing messages on average about 1 message per day. We are doing syncpoints on all GETs and PU ... |
Topic: MTS and MQSERIES |
mveerman
Replies: 1 Views: 3750
|
Forum: General IBM MQ Support Posted: Mon Feb 25, 2002 4:21 pm Subject: MTS and MQSERIES |
Yes, we got the same problem at first. Your trying to do a commit or backout with MTS (a DTC transaction). MQSeries only allows you to entirely control the transaction inside MQSeries or only anothe ... |