Author |
Message |
Topic: AMQ2009 java client problem |
merlin
Replies: 6 Views: 7767
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 14, 2005 11:28 pm Subject: AMQ2009 java client problem |
Hi
Have verified that telnet into the port works, yes, which confirms that the Listener is running ok.
In my absence, the problem appears to have been resolved, through - I think - starting some o ... |
Topic: AMQ2009 java client problem |
merlin
Replies: 6 Views: 7767
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 12, 2005 12:29 am Subject: AMQ2009 java client problem |
Hi
MQ version is 5.3, at CSD09 on AIX.
I will suggest to the client that they try amqsputc: can someone just refresh my memory on what the differences are between these two sample programs?
Whe ... |
Topic: AMQ2009 java client problem |
merlin
Replies: 6 Views: 7767
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 11, 2005 6:47 am Subject: AMQ2009 java client problem |
Hi
In dire need to some assistance from you guys!
Working on a client site, they have a very simple MQ Queue Manager set up on an AIX box. Client java software written to connect to the Queue Man ... |
Topic: Sender channel failing |
merlin
Replies: 4 Views: 3089
|
Forum: Clustering Posted: Sat Feb 26, 2005 12:46 am Subject: Sender channel failing |
Thanks guys for the explanation...
at least I've learned something in all this. |
Topic: Sender channel failing |
merlin
Replies: 4 Views: 3089
|
Forum: Clustering Posted: Fri Feb 25, 2005 8:35 am Subject: Sender channel failing |
thanks Nigel,
can you perhaps explain how come I didn't need a conname value before in the cluster receivers? That's the part I find odd, that it can be inconsistent.
Or is simply that, normally, ... |
Topic: Sender channel failing |
merlin
Replies: 4 Views: 3089
|
Forum: Clustering Posted: Fri Feb 25, 2005 7:52 am Subject: Sender channel failing |
Bit of an odd one, and I have to admit I don't know if this falls into the Clustering section of the forum... so forgive me if this should be on a more general section!
Client has very simpl ... |
Topic: Cluster Queue Messages Building up |
merlin
Replies: 6 Views: 3952
|
Forum: Clustering Posted: Thu Aug 26, 2004 5:29 am Subject: Cluster Queue Messages Building up |
Cheers for your thoughts guys - the DLQ Error shows as 281, and looking up this code across this website, it turns out the PeterPotkay experienced this issue before! So I found the answer under ... |
Topic: Cluster Queue Messages Building up |
merlin
Replies: 6 Views: 3952
|
Forum: Clustering Posted: Wed Aug 25, 2004 7:23 am Subject: Cluster Queue Messages Building up |
Hmmmm...
I think I need to keep a closer eye on these queues in future - since now (ok, I've been busy elsewhere for a short while) I look at the MQ Q Manager and thos 1918 messages are no longer sat ... |
Topic: Cluster Queue Messages Building up |
merlin
Replies: 6 Views: 3952
|
Forum: Clustering Posted: Thu Aug 19, 2004 6:33 am Subject: Cluster Queue Messages Building up |
Hi,
Hope someone has had this problem and knows an easy solution: messages are building up on the System.Cluster.Transmit.Queue over time and not getting delivered to the destination Q Mgr.
Not al ... |
Topic: Get call is failing |
merlin
Replies: 2 Views: 1842
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 16, 2004 8:43 am Subject: Get call is failing |
hi Jeff, thanks for your reply.
No, this does not form part of a transaction and I have no 'commits' in the code. |
Topic: Get call is failing |
merlin
Replies: 2 Views: 1842
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 16, 2004 7:48 am Subject: Get call is failing |
Hi,
Hope that someone has come across this scenario and can guide me in the right direction...
Have got a java app talking to MQ, which, so far, has had no problems sending messages to the queue a ... |
Topic: Reply-To Queue Problem |
merlin
Replies: 5 Views: 6727
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 03, 2004 6:57 am Subject: Reply-To Queue Problem |
Thanks for replies, guys.
Jeff, I should have made it clear - the queue to reply to is the SYSTEM.DEFAULT.LOCAL.QUEUE. No, I'm not sure ithe Correl Id is getting set properly or that that is the r ... |
Topic: Reply-To Queue Problem |
merlin
Replies: 5 Views: 6727
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 02, 2004 8:24 am Subject: Reply-To Queue Problem |
hi,
I am stuck on what is probably a simple problem and just down to a basic misunderstanding on my part. From a java program, I am sending a message to a queue on a clustered queue manager (which w ... |
Topic: moving messages off the Transmit queue |
merlin
Replies: 9 Views: 4982
|
Forum: General Discussion Posted: Fri May 07, 2004 7:51 am Subject: moving messages off the Transmit queue |
thanks for your inputs, folks!
I was struggling to think of a good way to do it too! Have decided to explore the option of using PCF to check the channel that the message I am about to post will b ... |
Topic: moving messages off the Transmit queue |
merlin
Replies: 9 Views: 4982
|
Forum: General Discussion Posted: Fri May 07, 2004 7:08 am Subject: moving messages off the Transmit queue |
hi jefflowrey,
think you've hit the nail on the head! That's basically it, though also to be able to grab those messages which have accumulated on the cluster outqueue of QM1 in the time it took f ... |