|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problem logging Mq reason code 2033 |
« View previous topic :: View next topic » |
Author |
Message
|
vijayg9k |
Posted: Wed Apr 02, 2008 6:27 am Post subject: Problem logging Mq reason code 2033 |
|
|
Newbie
Joined: 02 Apr 2008 Posts: 1
|
Hello All,
This is my first message to forum, apolozise me if this is not the right the place to post.
I have a problem with logging of " MQ reson code 2033 ".
I dont know much about MQ port message processing flow, but could any one let me know what will be the flow that a MQ port will keep looking for any new messages in the MQ queue.
My aim should be I should not log "MQ reason code 2033" when there are there no new mnessages in the Q.
I am in the process of finding where eaxctly MQ port will keep looking for messages.
Any help is appriciated.
Thanks, |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Wed Apr 02, 2008 6:31 am Post subject: Re: Problem logging Mq reason code 2033 |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
vijayg9k wrote: |
Hello All,
This is my first message to forum, apolozise me if this is not the right the place to post.
I have a problem with logging of " MQ reson code 2033 ".
I dont know much about MQ port message processing flow, but could any one let me know what will be the flow that a MQ port will keep looking for any new messages in the MQ queue.
My aim should be I should not log "MQ reason code 2033" when there are there no new mnessages in the Q.
I am in the process of finding where eaxctly MQ port will keep looking for messages.
Any help is appriciated.
Thanks, |
To avoid logging 2033 with JAVA you can :
Code: |
MQException.log = null; |
_________________ Marcin |
|
Back to top |
|
 |
Vitor |
Posted: Wed Apr 02, 2008 6:39 am Post subject: Re: Problem logging Mq reason code 2033 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vijayg9k wrote: |
I dont know much about MQ port message processing flow, but could any one let me know what will be the flow that a MQ port will keep looking for any new messages in the MQ queue.
|
WMQ doesn't look on a port for messages. Check the Intercommunication manual for an overview.
Suppressing the 2033 reason code is application specific. Is this Java or another language? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Apr 02, 2008 7:47 pm Post subject: Re: Problem logging Mq reason code 2033 |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Vitor wrote: |
WMQ doesn't look on a port for messages. Check the Intercommunication manual for an overview.
Suppressing the 2033 reason code is application specific. Is this Java or another language? |
Mods: Plz move this java/jms forum _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|