|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: Disconnect(); |
dahacker
Replies: 3 Views: 2553
|
Forum: IBM MQ API Support Posted: Mon Jul 25, 2005 9:10 am Subject: Disconnect(); |
You say "if you have more han one Put to do, you should do them all." So for every Put(), i need to invoke a new QueueManager? But I only need to Close and Disconnect once (when exiting or dealing ... |
Topic: Disconnect(); |
dahacker
Replies: 3 Views: 2553
|
Forum: IBM MQ API Support Posted: Mon Jul 25, 2005 7:06 am Subject: Disconnect(); |
per the examples in MQ manuals, every time I want to Put(), I:
new MQManager();
.
.
.
Put();
Close();
Disconnect();
1. What happens if I do not Disconnect()? Is that MQ reource lost? Wh ... |
Topic: Put() and completion |
dahacker
Replies: 1 Views: 1539
|
Forum: IBM MQ API Support Posted: Fri Jul 22, 2005 7:16 am Subject: Put() and completion |
The more I read the manuals the less sure I am that what I Put() is necessarily what the Queue Manager updates to the queue. Any gurus out there: if Put() completes successfully, can I be certain th ... |
Topic: MQ Put Message Exception Handling |
dahacker
Replies: 2 Views: 2959
|
Forum: IBM MQ API Support Posted: Thu Jul 21, 2005 1:02 pm Subject: MQ Put Message Exception Handling |
is there a possibilty of raising an exception on Close() or Disconnect()? Let's say I catch an exception after I have established the connection and successfully Put(), i dont wan't to loop all the ... |
Topic: MQ Put Message Exception Handling |
dahacker
Replies: 2 Views: 2959
|
Forum: IBM MQ API Support Posted: Wed Jul 20, 2005 11:01 am Subject: MQ Put Message Exception Handling |
Environment: C#, .NET, WIN2K3 Server
I have a class method i call to write a message to MQ. The only difficulty I am having is deciding how generic to make my exception handling.
Simply put, ... |
|
|
|