Author |
Message |
Topic: Must Disconnect QManager ? |
nagamalli
Replies: 6 Views: 3096
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 11, 2004 5:03 am Subject: Must Disconnect QManager ? |
MQRC-OBJECT-IN-USE. I tried from another to read those messages. But this problem fixed with Qmanager.Commit method. Please let me know whether this is correct way |
Topic: Must Disconnect QManager ? |
nagamalli
Replies: 6 Views: 3096
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 9:04 am Subject: Addition Info |
I am not using any syncpoint. Also I do not know how they defined queue on server.
********** Initialize queue******************
private bool InitializeMQ(string queueName,string queueManager) ... |
Topic: Must Disconnect QManager ? |
nagamalli
Replies: 6 Views: 3096
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 9:01 am Subject: Here is my code |
Thanks for your quick response. Here is my code. Please see if this helps in solving my prob
******** Initialize MQQueueManager *******
private bool InitializeMQ(string queueName,string queueM ... |
Topic: Must Disconnect QManager ? |
nagamalli
Replies: 6 Views: 3096
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 7:37 am Subject: Must Disconnect QManager ? |
All,
I am reading messages from one queue, processing and sending back response to another queue. I am using one queueManager for both reading and sending response. When I sent the reponse I am ju ... |
Topic: Message Remains on the queue |
nagamalli
Replies: 1 Views: 1377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 08, 2004 5:00 pm Subject: Message Remains on the queue |
Hi All,
I wrote a listner app in .NET C#. Once I open the queue it would not close. It waits for the messages and as soon as message comes it processes the message and again waits for message. If f ... |
Topic: Security UserId Problem .NET C# Windows Client 5.3 |
nagamalli
Replies: 1 Views: 2102
|
Forum: General IBM MQ Support Posted: Fri Jul 30, 2004 11:32 am Subject: Security UserId Problem .NET C# Windows Client 5.3 |
Hello Everybody,
I am working on C# app which writes messages to MQ Server on Mainframe. When I sent messages from my PC there ending up in deadletter queue becuase my userid "Administrator" which ... |