• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MQJMS3037 Exception

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Been struggling with a certain exception, and was hoping you'll be able to advice/help.

Scenerio
I am running WebSphere AppServer 5.1.1.3 and WebSphere MQ (Queue Manger)ron solaris 9. My Application via Message Driven Bean, reads messages(XML) off a clustered queue (also local) extracts data from XML and uses the information to search a database and puts the resultset back to Reply queue (local and clustered). JMS Provider is WebSphere MQ Provider. Connection Factory is non XA. JDBC driver is not XA. Message are NON-Persistance.


Problem
When I configure the message listener port is to run 1 Message Session everything runs without any exceptions (Need to mention that i am dropping 12,500 messages via amqsput script unto the Request Queue which MDB is listening to)
The problem arises when i try to run MORE THAN 1 Message Session (for example setting the message listener port paremeter from 1 to 2). I get start getting repeatedly the following exceptions:

[2/11/05 10:05:07:832 EST] 5a1e6b SystemOut O An Exception occurred: javax
.ejb.EJBException: MQJMS3037: Message Producer is closed queue

I looked on IBM's website and it mentioned on the following URL http://www-1.ibm.com/support/docview.wss?uid=swg21162373. that the was fixpack for this problem for version 5.0.X of Websphere Application Server. But I am running a more recent version of WebSphere Application Server (5.1.1.3) and still experiencing the same problem with multiple session of the message listener port.

I'll greatly appreciate any help or direction you provide me to rememdy this problem.



thanks,
 
You don't know me, but I've been looking all over the world for. Thanks to the help from this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic