Ordering of persistent/non-persistent messages in ActiveMQ 5

2008-02-25 Thread Roger Hoover
Using STOMP on AMQ 5, if I enqueue some persistent and non-persistent messages and then consume them, they don't get consumed in the order in which they were produced. The non-persistent messages are delivered first (with their relative order preserved) followed by the persistent messages (also wi

RE: JBoss Messaging Stomp Configuration

2008-02-25 Thread Johann Ungerer
Hi Jim, Thanks for the reply. I've pretty much gotten that far. The trick I'm not able to sort out on my own is actually configuring STOMPConnect to bridge to JBM. The documentation is a little patchy, I'm not sure which configs to touch, would I run STOMPConnect as a stand-alone product, or ca

VTD-XML 2.3

2008-02-25 Thread jimmy Zhang
VTD-XML 2.3 (http://vtd-xml.sf.net) is now released. To download the latest version please visit http://sourceforge.net/project/showfiles.php?group_id=110612&package_id=1201 72. Below is a list of new features and enhancements in this version. * VTDException is now introduced as the root cla

Re: JBoss Messaging Stomp Configuration

2008-02-25 Thread Jim Gomes
Hi Johann, To get the NMS client to talk the stomp protocol, you will need to set your connection string in one of the following formats. Either is acceptable, so it's up to you which one you prefer. activemq:tcp://jbosssrvr:61613?transport.wireformat=stomp OR activemq:stomp://jbosssrvr:61

JBoss Messaging Stomp Configuration

2008-02-25 Thread Johann Ungerer
Hi All, I'm totally new to the entire JMS environment, but am trying to connect a .NET Client to a JBOSS Messaging implementation. Thus far I've tried with the NMS client, using an OpenWire connector, but I figure this will never work. It's been recommended that I use a STOMP connector, but can

Re: Use Queue as buffer for large amount of data

2008-02-25 Thread henry human
Thanks Marco, Surely with the Blob-messages I have a way to avoid directly using the queue as Data store component. In my case the data is not sensitive and is no need of them after reading from queue. Are there any other reasons to avoid save data to a queue? Thanks --- Marco Buss <[EMAIL PROTE