Author |
Message |
Topic: Client Connection to two queue managers |
thanigs
Replies: 11 Views: 6105
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 8:51 pm Subject: Client Connection to two queue managers |
You are right...
Im sorry for not getting that example from MQ client manual correctly.
I want to delieberately connect to TEST2 .. so
in this case I need to create the client connection channe ... |
Topic: Client Connection to two queue managers |
thanigs
Replies: 11 Views: 6105
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 7:03 am Subject: Client Connection to two queue managers |
From the MQ Client manuals,
I was referring the section where they are describing "example of MQCONN calls" under "Running applications on Websphere MQ clients" section.
They ... |
Topic: Client Connection to two queue managers |
thanigs
Replies: 11 Views: 6105
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 1:31 am Subject: Client Connection to two queue managers |
When i need to put message into the queue in QM TEST2, i need to give the QM name TEST2 in the code .
But while reading the client connection table, the client connection channel defined for TEST2 wi ... |
Topic: Client Connection to two queue managers |
thanigs
Replies: 11 Views: 6105
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 12:19 am Subject: Client Connection to two queue managers |
Thank you very much for the reply.
I checked the manual and actually I had defined the conn and name as that of TEST2 only.
But in my code what will be the QMNAME i need to give as in the client ch ... |
Topic: Client Connection to two queue managers |
thanigs
Replies: 11 Views: 6105
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 9:31 pm Subject: Client Connection to two queue managers |
Dear All,
I have .net application code which will connect to two different queue managers (TEST1 & TEST2) in different servers. I have created the two client connection channels in TEST1 QM se ... |
Topic: Problem in finding number of Queues |
thanigs
Replies: 10 Views: 5783
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 9:18 pm Subject: Problem in finding number of Queues |
Thank you very much for your reply.
I'm in fact checking the real necessity with the corresponding team.
Is there a way using MQ classes for .net I can atleast get the list of queues? |
Topic: Problem in finding number of Queues |
thanigs
Replies: 10 Views: 5783
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 8:43 pm Subject: Problem in finding number of Queues |
I totally agree with you all. But the requirement they gave me is that I need to write .net code through which I need to access each queue in queue manager in order and get messages from them.
Does ... |
Topic: Problem in finding number of Queues |
thanigs
Replies: 10 Views: 5783
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 4:58 am Subject: Problem in finding number of Queues |
I am trying to get the number of queues using .NET and get message from them in a loop.
Can someone please help me in this regard if it is possible?
If yes, what function do we need to use?
Do we h ... |
Topic: MQ Client V5.2 have support pack for MQ Classes for .NET? |
thanigs
Replies: 4 Views: 3493
|
Forum: General IBM MQ Support Posted: Wed Jun 06, 2007 1:15 am Subject: MQ Client V5.2 have support pack for MQ Classes for .NET? |
But since its only one interface our budget imposes restriction on going for upgrade. We are looking to utilize any compatible support pack if available
Regards,
THanigs |
Topic: MQ Client V5.2 have support pack for MQ Classes for .NET? |
thanigs
Replies: 4 Views: 3493
|
Forum: General IBM MQ Support Posted: Tue Jun 05, 2007 8:59 pm Subject: MQ Client V5.2 have support pack for MQ Classes for .NET? |
We are using MQ Client 5.2 in our client machine and we are planning to have a .NET application connect to MQ server from this machine. This current MQ client 5.2 we are using is not having MQ classes ... |
Topic: Message Getting Lost |
thanigs
Replies: 10 Views: 5799
|
Forum: General IBM MQ Support Posted: Sun Jul 09, 2006 9:28 am Subject: Message Getting Lost |
1. We checked the transmission queue and its set to max
2. The messages are not going to dead letter queue of both QMGR
3. I checked the log of exchange server and it says that message is succe ... |
Topic: Message Getting Lost |
thanigs
Replies: 10 Views: 5799
|
Forum: General IBM MQ Support Posted: Sat Jul 08, 2006 7:10 pm Subject: Message Getting Lost |
We have a failure/catch queue but the message is not going there either.
We checked the server connection channel through which the message is put from exchange server, its size is also 100 MB.
... |
Topic: Message Getting Lost |
thanigs
Replies: 10 Views: 5799
|
Forum: General IBM MQ Support Posted: Sat Jul 08, 2006 7:19 am Subject: Message Getting Lost |
Both the QM are having max depth as 100 MB...
All these are automated process like the exchange server puts the messages in the queue. The messages are put into remote queue by message flow. When ... |
Topic: Message Getting Lost |
thanigs
Replies: 10 Views: 5799
|
Forum: General IBM MQ Support Posted: Sat Jul 08, 2006 6:12 am Subject: Message Getting Lost |
We have server from where the messages are put into queue.. The messages are destined to a remote QM and they are sent using remote queue definition.
Issue:
The problem is that we are losing bi ... |