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;
>>
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
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