Author |
Message |
Topic: Monitoring if the remote queue is still one |
jfbaro
Replies: 8 Views: 10874
|
Forum: IBM MQ Performance Monitoring Posted: Mon Feb 01, 2010 9:27 am Subject: Monitoring if the remote queue is still one |
Hi,
We are using MQ to transfer messages to a service provider which is miles from us.
How can we monitor (giving reports through a third party too) when the connection to that service provider ... |
Topic: MQ connection not being closed. |
jfbaro
Replies: 7 Views: 10300
|
Forum: General IBM MQ Support Posted: Tue Dec 15, 2009 7:53 am Subject: MQ connection not being closed. |
Thanks you all for the answers.
OK, so I am not using the pool (I though it was used by default). But why are connections (like channels) still opened even after calling queue.close() and queueMana ... |
Topic: MQ connection not being closed. |
jfbaro
Replies: 7 Views: 10300
|
Forum: General IBM MQ Support Posted: Tue Dec 15, 2009 5:14 am Subject: MQ connection not being closed. |
anyone? |
Topic: MQ connection not being closed. |
jfbaro
Replies: 7 Views: 10300
|
Forum: General IBM MQ Support Posted: Mon Dec 14, 2009 1:01 pm Subject: MQ connection not being closed. |
Hi mqjeff.
Thanks for the quick reply. I thought (and according to some co-workers) that the open() and close() were merely a request() and release() to the pool of connections.
What should I be ... |
Topic: MQ connection not being closed. |
jfbaro
Replies: 7 Views: 10300
|
Forum: General IBM MQ Support Posted: Mon Dec 14, 2009 12:13 pm Subject: MQ connection not being closed. |
Hi,
We have an application running on WAS 5.0 which connects to MQ 5.3. We are not using JMS, but MQ (IBM classes) instead.
By sniffing the connections we can see the connections are not being c ... |
Topic: Problems when writing message to QUEUE |
jfbaro
Replies: 11 Views: 19940
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 19, 2009 5:14 am Subject: Problems when writing message to QUEUE |
Hi guys,
We were able to get it going (kinda) but using IBM´s MQ classes instead of, the most desirable by the customer, JMS.
At first even the com.ibm.mq implementation doesn't work either, un ... |
Topic: Problems when writing message to QUEUE |
jfbaro
Replies: 11 Views: 19940
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 05, 2009 6:44 am Subject: Problems when writing message to QUEUE |
Just in case that information is relevant or not.
The customer has used an IBM software to check if the queue is working properly (I think it is called mqami, something like that) and the queue wor ... |
Topic: Problems when writing message to QUEUE |
jfbaro
Replies: 11 Views: 19940
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 05, 2009 6:34 am Subject: Problems when writing message to QUEUE |
Thanks guys!
By talking to my manager he asked me to find some documentation from IBM saying similar environment won't work, so that we can go to that customer and say: "Look, our application ... |
Topic: Problems when writing message to QUEUE |
jfbaro
Replies: 11 Views: 19940
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 05, 2009 5:58 am Subject: Problems when writing message to QUEUE |
Hi Vitor,
I have asked the guys about the version we are using under WAS 5.1 (MS Vista) here and it is 5.3 from 04/09/2002 (MS XP SP2) .
Unlikely theirs our environment is not clustered (if this m ... |
Topic: Problems when writing message to QUEUE |
jfbaro
Replies: 11 Views: 19940
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 05, 2009 5:37 am Subject: Problems when writing message to QUEUE |
Hi there,
We have an application which reads messages from a local queue (where its remote queue resides on IBM Mainframe) and then writes a response to a remote queue (where its local queue reside ... |