Author |
Message |
Topic: Inspect message backed out by BOQNAME/BOTHRESH |
smartz
Replies: 6 Views: 4803
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 18, 2008 1:24 am Subject: Inspect message backed out by BOQNAME/BOTHRESH |
If you want to stay with one backout queue here is a "dirty way"
Do not define a backout queue on the queue, just the bo threshold.
Have a DLQ handler run on the DLQ. Have it move all ... |
Topic: Inspect message backed out by BOQNAME/BOTHRESH |
smartz
Replies: 6 Views: 4803
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 17, 2008 2:25 am Subject: Inspect message backed out by BOQNAME/BOTHRESH |
Vitor, thanks for your reply.
The errQ is used as a backout by a number of queues - here simplified with inQ1 and inQ2. I would like to determine which one it came from to be able to repost the mes ... |
Topic: Stand alone JMS application high CPU usage |
smartz
Replies: 6 Views: 8299
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 17, 2008 2:14 am Subject: Stand alone JMS application high CPU usage |
Hi,
sorry in advance if this does not help towards resolving your problem, but if your application is Java and you need to read messages as they come from queues, why don't you write a MessageDrive ... |
Topic: Inspect message backed out by BOQNAME/BOTHRESH |
smartz
Replies: 6 Views: 4803
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 17, 2008 2:08 am Subject: Inspect message backed out by BOQNAME/BOTHRESH |
Hi, I have the following configuration:
- local queue inQ1
- local queue inQ2
- local queue errQ
inQ1 and inQ2 are set with BOQNAME=errQ and BOTHRESH=X
Once a message fails on inQ1 or inQ2 X ... |
Topic: ResourceAdapterInternalException: max connections reached |
smartz
Replies: 7 Views: 9765
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 28, 2008 8:22 am Subject: ResourceAdapterInternalException: max connections reached |
hi
this is known to IBM as APAR IC54346 - fixed in pack 6.0.2.3 |
Topic: ResourceAdapterInternalException: max connections reached |
smartz
Replies: 7 Views: 9765
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 18, 2008 6:12 am Subject: ResourceAdapterInternalException: max connections reached |
I mean stopping the JBOSS MDB Service.
ok.
no, I haven't tried that, let me do it now.
I need to find a way to do it programmatically as the redeploys are performed by an ANT script, which is run ... |
Topic: ResourceAdapterInternalException: max connections reached |
smartz
Replies: 7 Views: 9765
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 18, 2008 6:05 am Subject: ResourceAdapterInternalException: max connections reached |
Take this to your MQ administrator.
hi jefflowrey, thanks for the response.
Could you please elaborate a little? what settings would the MQ Admin have to review?
I am asking because my idea is th ... |
Topic: ResourceAdapterInternalException: max connections reached |
smartz
Replies: 7 Views: 9765
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 18, 2008 4:38 am Subject: ResourceAdapterInternalException: max connections reached |
Take this to your MQ administrator.
hi jefflowrey, thanks for the response.
Could you please elaborate a little? what settings would the MQ Admin have to review?
I am asking because my idea is th ... |
Topic: ResourceAdapterInternalException: max connections reached |
smartz
Replies: 7 Views: 9765
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 18, 2008 2:24 am Subject: ResourceAdapterInternalException: max connections reached |
Hello,
I am writing an application to read messages from queues.
Everything seems to be working fine, but after a number of un-deployments and deployments I start getting the following exception an ... |