Re: multiple clients one server architicture using queues

2015-04-22 Thread Tim Bain
ot;users" > admin="users" /> >write="guests,users" admin="guests,users" /> > >write="users" admin="users"/> >write="users" admin="users"/> >

Re: multiple clients one server architicture using queues

2015-04-22 Thread Tim Bain
> write="users" >> admin="users" /> >> >> > write="guests,users" admin="guests,users" /> >> > write="guests" /> >> > admin="admins" /> >> > write="users" >> admin="users" /> >> > write="guests,users" admin="guests,users" /> >> >> > write="users" admin="users"/> >> > write="users" admin="users"/> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> http://activemq.apache.org/schema/core"; >> brokerUrl="vm://localhost" username="${activemq.username}" >> password="${activemq.password}"/> >> >> >> >> >> >> My environment is as follow : java 6, ubuntu12.04, activemq 5.10.2 >> >> I have two questions : >> 1- Why this exception happened ? >> 2- Is my configuration the best one in my this case, if no, what is the >> best >> configuration ? >> >> >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.com/multiple-clients-one-server-architicture-using-queues-tp4695425.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > >

Re: multiple clients one server architicture using queues

2015-04-22 Thread James Carman
/> >write="users" > admin="users" /> >write="guests,users" admin="guests,users" /> > >write="users" admin="users"/> >write="users" admin=&qu

multiple clients one server architicture using queues

2015-04-22 Thread kalowand
ctivemq.apache.org/schema/core"; brokerUrl="vm://localhost" username="${activemq.username}" password="${activemq.password}"/> My environment is as follow : java 6, ubuntu12.04, activemq 5.10.2 I have two questions : 1- Why this exception happened ? 2

Re: multiple clients

2009-04-08 Thread Roger Hoover
oved from the > queue? > > I have multiple clients that are subscribed to/queue/test, but only > one client is actually getting the data. Actually, it's like each > client takes turns receiving messages. So if I send the numbers 1 > through 10 to the queue, one queue receiv

multiple clients

2009-04-08 Thread Richard Langly
When a message is sent to a queue, when is that data removed from the queue? I have multiple clients that are subscribed to/queue/test, but only one client is actually getting the data. Actually, it's like each client takes turns receiving messages. So if I send the numbers 1 through 10 t