Posted: Tue Jul 06, 2004 11:51 am Post subject: Websphere JMS MQ Error message
Newbie
Joined: 06 Jul 2004 Posts: 2 Location: Southampton, UK
Received the following error in our JMS adapter log when starting the adapter
Failed to retrieve next message from queue "(error: MQJMS3038: Message Consumer is closed. LinkedException: null)". JMS Provider (n/a due to an error: MQJMS1004: connection closed. null) reported the following error: MQJMS3033: QueueReceiver is closed. LinkedException: null.
Post code, or post more of the adapter log (messages that occur earlier in the file than the ones you've listed) _________________ I am *not* the model of the modern major general.
When you define a receiver you can only receive as long as:
a) you have never called the close method on said receiver
b) your connection is active (i.e. you have called the start method on it and have not since called the stop method on it).
Looks like you are trying to receive from a receiver that had the close method called on it...
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