Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere MQ Everyplace  >  developerWorks

No messages being transferred from the POS system to the MQ queue    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1
4690ers

Posts: 2
Registered: Sep 26, 2008 08:06:03 AM
No messages being transferred from the POS system to the MQ queue
Posted: Oct 05, 2008 11:28:17 PM
 
Click to report abuse...   Click to reply to this thread Reply
Hi All,

We have been facing issues in our configuration of the MQ/MQe while transferring messages the messages (very similar to the issue reported in http://www-128.ibm.com/developerworks/forums/thread.jspa?messageID=14147931&#14147931).

the configuration is as follows:

* There is a Big MQ (WebSphere MQ V5.3) that runs on the AS400 host with a MQ Bridge configured to get the communication between the MQ/MQe in place.
* The POS has the MQe (Version is 2.0.2.12) running at it

We have a set of synchronous remote queues which are used for real time communication (Inquiry). The problem that we are facing is, When every time a Inquiry is made, the first attempt fails with the following exception.

com.ibm.mqe.MQeException: java.io.EOFException on CC3980QMCC3980QM 283103 (code=600)
at com.ibm.mqe.MQeTransporter.putMessage(DashoA8173)
at com.ibm.mqe.MQeRemoteQueue._synchronousPutMessage(DashoA8173)
at com.ibm.mqe.MQeRemoteQueue.putMessage(DashoA8173)
at com.ibm.mqe.MQeQueueManager.internalPutMessage(DashoA8173)
at com.ibm.mqe.MQeQueueManager.putMessage(DashoA8173)
at com.toysrus.posjava.readwritestream.MQeQueueWriteMsg.writeData(MQeQueueWriteMsg.java:149)
at com.toysrus.posjava.listeners.OutputProcessor.writeToDestination(OutputProcessor.java:709)
at com.toysrus.posjava.listeners.OutputProcessor.writeMessages(OutputProcessor.java:499)
at com.toysrus.posjava.listeners.OutputProcessor.run(OutputProcessor.java:302)
at java.lang.Thread.run(Thread.java:570)

However this doesn't happen during the successive attempts, But resurfaces at random periods.

We have a set of message with different types (specific to application) being written to the desired queue. All of them have the same length. but unfortunately it is only one type of message that always ends up with this error. We are not sure if this has got anything to do with the actual issue.

We used to face this problem on a regular basis (i.e. every time it was attempted to write into the remote queue), when we used to have the older version of MQe running at the (IBM4690. Once we had a version upgrade at the IBM4690 (MQe) and now this issue happens on a very random basis.

Can someone please provide us with some inputs on this issue.

Thanks,
Kannan

 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums