Author |
Message |
Topic: .NET API and system clustering |
doug
Replies: 5 Views: 4120
|
Forum: IBM MQ API Support Posted: Mon Feb 20, 2006 5:51 am Subject: .NET API and system clustering |
I managed to completely miss that when going through the documentation. I'll give it a try.
Thanks for the tip Peter |
Topic: .NET API and system clustering |
doug
Replies: 5 Views: 4120
|
Forum: IBM MQ API Support Posted: Mon Feb 20, 2006 1:10 am Subject: .NET API and system clustering |
Thanks for your responses guys.
The QM object is destroyed when a connection is lost and a new one created when a new connection is attempted (ie - I never try to reuse one). Forgive me if I'm bein ... |
Topic: .NET API and system clustering |
doug
Replies: 5 Views: 4120
|
Forum: IBM MQ API Support Posted: Wed Jan 25, 2006 2:31 am Subject: .NET API and system clustering |
I have an application written in C# using the .NET API (on a MQ 5.3 CSD 7 client) that connects to a remote queue manager and retrieves messages. If the connection to the queue manager is lost, the ap ... |
Topic: Leaking TCP connections disconnecting from remote QM |
doug
Replies: 4 Views: 5302
|
Forum: IBM MQ API Support Posted: Fri Mar 04, 2005 5:20 am Subject: Leaking TCP connections disconnecting from remote QM |
Thanks - I'll have a play |
Topic: Leaking TCP connections disconnecting from remote QM |
doug
Replies: 4 Views: 5302
|
Forum: IBM MQ API Support Posted: Fri Mar 04, 2005 12:35 am Subject: Leaking TCP connections disconnecting from remote QM |
Is it possible to keep a pool of queue manager connections in one thread ? I thought you were limited to one active connection. |
Topic: Leaking TCP connections disconnecting from remote QM |
doug
Replies: 4 Views: 5302
|
Forum: IBM MQ API Support Posted: Thu Mar 03, 2005 8:26 am Subject: Leaking TCP connections disconnecting from remote QM |
I have a single threaded application using the MQ .NET classes, to receive messages from a number of queues, potentially on different queue managers. Therefore, if I want to switch queue managers, I h ... |
Topic: MQSeries.NET and Transaction rollback |
doug
Replies: 8 Views: 5455
|
Forum: IBM MQ API Support Posted: Thu Aug 26, 2004 2:56 am Subject: MQSeries.NET and Transaction rollback |
Doh! I gracefully accept the Wally of the week award.
Thanks Jason |
Topic: MQSeries.NET and Transaction rollback |
doug
Replies: 8 Views: 5455
|
Forum: IBM MQ API Support Posted: Thu Aug 26, 2004 12:47 am Subject: MQSeries.NET and Transaction rollback |
In my enthusiasm to cut down the code snippet to a readable level, I missed out the crucial:-
m_oMQ = m_oMQMgr.AccessQueue(txtQueue.Text ,
MQC.MQOO_FAIL_IF_QUIESCING + MQC.MQOO_OUTPUT + MQC ... |
Topic: MQSeries.NET and Transaction rollback |
doug
Replies: 8 Views: 5455
|
Forum: IBM MQ API Support Posted: Wed Aug 25, 2004 5:10 am Subject: MQSeries.NET and Transaction rollback |
I'm still having the problem. In addition to the mentioned configuration, I've also tried on a 5.3 server connecting to the 5.1 queue manager and also connecting to a local queue manager on the 5.3 se ... |
Topic: MQSeries.NET and Transaction rollback |
doug
Replies: 8 Views: 5455
|
Forum: IBM MQ API Support Posted: Mon Aug 09, 2004 6:34 am Subject: MQSeries.NET and Transaction rollback |
I'm having some problems getting messages received under syncpoint to rollback. I'm sure I'm doing something dumb, but it eludes me at the moment.
Scenario is 5.3 client on WinXP, queue manager on ... |
Topic: MQ .NET - Disconnecting from a Queue Manager |
doug
Replies: 0 Views: 1713
|
Forum: IBM MQ API Support Posted: Tue May 27, 2003 12:47 am Subject: MQ .NET - Disconnecting from a Queue Manager |
I'm a bit confused how to disconnect from a queue manager so that I can connect to another in a single threaded program. If I try:-
MQQueueManager mqMgr;
...
mqMgr = new MQQueueManager("OldMgr"); ... |