2008/9/11 Sandro Tosi <[EMAIL PROTECTED]>: > > Hello, > from the web admin console we can create a queue, and that's really handy to > have. > > What I'm wondering is this: the queue seems to be created non-persistent, am > I right?
No. The persistence of a queue is dictated by the messages sent to it. > This comes because we're integrating mule and activemq, and the message sent > back from mule to activemq queue has "Persistence Non Persistent" > header. Sounds like a Mule bug? Sending a persistent message to the queue (which BTW is the default in JMS) will be persisted. -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
