aspose file tools
The moose likes Other Java Products and Servers and the fly likes Queue problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Queue problem" Watch "Queue problem" New topic
Author

Queue problem

Sanjeev Halgiri
Greenhorn

Joined: Apr 10, 2003
Posts: 1
Hi,
I have created a queue on a J2EE Server , but the messages posted onto the queue are persistent even after the message is processed by a MDB.
1. Is there any way such that messages are consumed without being persistent?
2. Once an application is started, the connection (session) between the MDB & the queue lasts for a few minutes & later the connection is auto terminated. Any means to keep the connection permanent?
Regards
Sanjeev
 
I agree. Here's the link: jrebel
 
subject: Queue problem
 
Similar Threads
Authentication JMS/MDB
MDB not consuming message
Persistent Messages, What heppens if a system is started!
Single MDB instane - multiple messages ?
Websphere MDB MQ listener port problems