Re: destinationURI parameter is not work(priority,exclusive)

2009-07-28 Thread tracyjoy
activemq 5.2 rajdavies wrote: > > Which version of activemq ? > On 28 Jul 2009, at 04:00, tracyjoy wrote: > >> >> hi,all: >> i write a class to test exclusive and priority,but all i set are not >> work,all messages i producted are shared by customers.this is my code: >> >> package com.test; >>

Re: destinationURI parameter is not work(priority,exclusive)

2009-07-28 Thread Rob Davies
Which version of activemq ? On 28 Jul 2009, at 04:00, tracyjoy wrote: hi,all: i write a class to test exclusive and priority,but all i set are not work,all messages i producted are shared by customers.this is my code: package com.test; import javax.jms.Connection; import javax.jms.Connection

destinationURI parameter is not work(priority,exclusive)

2009-07-27 Thread tracyjoy
hi,all: i write a class to test exclusive and priority,but all i set are not work,all messages i producted are shared by customers.this is my code: package com.test; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.DeliveryMode; import javax.jms.Destination; im