Author |
Message |
Topic: Java Thread Not receiveing Publish after second thread runs |
russell
Replies: 3 Views: 6176
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 11:06 pm Subject: Java Thread Not receiveing Publish after second thread runs |
Dont bother any more.
My own stupid error, I missed a NULL exception due to a bad catch.
It just looked like a MQ problem, I will spend the rest of the day with a big "L" on my forhead.
Thanks ... |
Topic: Java Thread Not receiveing Publish after second thread runs |
russell
Replies: 3 Views: 6176
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 7:15 pm Subject: Second Thread blocking first |
Thanks Mate
That is what I thought, but I can't see where I am using the same connection.
Unless I have stuffed up one of the parameters
I do (striping out the try and debug lines) within each ... |
Topic: Java Thread Not receiveing Publish after second thread runs |
russell
Replies: 3 Views: 6176
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 5:57 am Subject: Java Thread Not receiveing Publish after second thread runs |
has any one a solution to this problem.
I have a java program, which has multiple threads, 2 of which are Subscribers (different topics) registered as non-durable. Neither threads have any statics. ... |
Topic: V6.0 server and V5.3 java classes |
russell
Replies: 4 Views: 5594
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 06, 2006 5:07 am Subject: V6.0 server and V5.3 java classes |
Of course make sure the server is not on one of the bad JMS CSDs if you are using JMS.
Hi Mate
Just noticed the comment on bad CSD's
I know 7 and 8 had woeful problems,
is there any in ... |
Topic: Losing Messages after killing a unix application |
russell
Replies: 2 Views: 13798
|
Forum: General IBM MQ Support Posted: Sun Oct 07, 2001 4:33 pm Subject: Losing Messages after killing a unix application |
Thanks
I sort of thought that was the problem, The odd missed message after a crash isnt vital in my app, so it just a decision to add the overhead of syncpoint.
regards
Russell |
Topic: Losing Messages after killing a unix application |
russell
Replies: 2 Views: 13798
|
Forum: General IBM MQ Support Posted: Thu Oct 04, 2001 11:33 pm Subject: Losing Messages after killing a unix application |
Hi all
We have a unix application which is a MQ Client reading from a queue with a -1 on the wait time (ie it waits forever).
If I kill this application, then I put a message on the queue it disappe ... |
Topic: Weird occurrence of reason code 2056 |
russell
Replies: 7 Views: 13277
|
Forum: General IBM MQ Support Posted: Thu Sep 27, 2001 4:42 pm Subject: Weird occurrence of reason code 2056 |
Have you changed the qm.ini to give the queues more space. I know on the suns you have to add
TuningParameters:
DefaultQBufferSize=200000
DefaultQFileSize =200000000
(change size ... |
Topic: Problem Calling MQ libxxx.so using oracle forms |
russell
Replies: 0 Views: 10878
|
Forum: General IBM MQ Support Posted: Thu Sep 27, 2001 4:20 pm Subject: Problem Calling MQ libxxx.so using oracle forms |
Hi All
*********************
Ignore This. I finally solved it I had to put missed path and libmqic.so
******************
I am using MQ 51. on a Sun Solaris box.
I have build a Shared Object Lib ... |