May be you can use Durable Subscription for your topics? Don't have access to code right now so won't be able to tell you what conf jms component needs for this. Take a look at JmsConfiguration.java for more info
Martin Ulmschneider wrote: > > Hi, > > I am using the PollingConsumer to poll messages from a JMS-Topic. > The problem is that the pollingconsumer seems to only subscribe to the > Topic while consumer.receive() is called. This means that any messages > arriving inbeetween receive()-calls are getting lost. > Is this expected behaviour? or a bug? > -- View this message in context: http://www.nabble.com/JmsPollingConsumer-broken--tp18263286s22882p18272706.html Sent from the Camel - Users mailing list archive at Nabble.com.
