[jboss-user] [JBoss Messaging] - JBoss Messaging / Spring JMS compatibility?

2007-07-24 Thread aaubry
Hi, Does anyone can give me a feedback about using both JBoss Messaging 1.3.0 and Spring 2.0.6. Here is the issue I am facing. I am using a JBoss messaging stack with a MDB configured to act as a message controller to route to a valid requested service. This is the server part (JBoss 4.2, JDK

[jboss-user] [JBoss Messaging] - Re: Non persistent JMS Message

2007-07-23 Thread aaubry
"timfox" wrote : If you send a message as non persistent (DeliveryMode.NON_PERSISTENT) then it won't get persisted. | | If you don't control over this, them there's not much you can do currently. | | There is a task scheduled for this for JBM2.0 http://jira.jboss.com/jira/browse/JBMESSA

[jboss-user] [JBoss Messaging] - Re: Non persistent JMS Message

2007-07-23 Thread aaubry
"timfox" wrote : If you send a message as non persistent (DeliveryMode.NON_PERSISTENT) then it won't get persisted. | | If you don't control over this, them there's not much you can do currently. | | There is a task scheduled for this for JBM2.0 http://jira.jboss.com/jira/browse/JBMESSA

[jboss-user] [JBoss Messaging] - Non persistent JMS Message

2007-07-19 Thread aaubry
Hi, I am using Jboss Messaging and I'd like to know how to configure a queue that is not managing persistent messages. By default, the distribution is coming out with an in-memory database and its PersistentManager. How can I sitch to a non persistent messaging configuration? Many thanks for y