Re: Stomp send and sendTextMessage Issue with Headers

2010-09-02 Thread qin ding
. If the header is passed to the funtions, activemq's queue or topic never receive the message. Is this a bug?  Please help. QD - Original Message From: qin ding qindi...@yahoo.com To: users@activemq.apache.org Sent: Wed, September 1, 2010 12:07:59 PM Subject: Stomp Header I tried to set some

Stomp Header

2010-09-01 Thread qin ding
I tried to set some sendHeaders like replyTo and others,  when I sendTextMessage or simply send without passing header, the message reaches to the queue.  However, if I added the headers, message seems cannot reach to the queue. this is what I do in sendMessage function var

Help with Activemq Spring support

2010-08-03 Thread qin ding
ActiveMQ 5.3.2 Spring 2.0 I have a simple producer: public class AdminProducer {     private static final Log log = LogFactory.getLog(AdminProducer.class);     private JmsTemplate jmsTemplate;     private Destination destination;     public void publish(final AdminInfo adminInfo) throws

Re: Please Help

2010-07-18 Thread qin ding
horizontal scalability down the road. -clark -Original Message- From: qin ding [mailto:qindi...@yahoo.com] Sent: Friday, July 16, 2010 09:07 AM To: users@activemq.apache.org Subject: Please Help Hi, I am using activemq to implement my game. I have n number of game tables and n number of players

Please Help

2010-07-16 Thread qin ding
Hi, I am using activemq to implement my game.  I have n number of game tables and n number of players at each table.  Right now, a queue is setup to send all requests from all users of all tables.  A request handler listens to the queue, after the request arrives, it processes the request and 

Re: Please Help

2010-07-16 Thread qin ding
performance and will also limit your options for achieving horizontal scalability down the road. -clark -Original Message- From: qin ding [mailto:qindi...@yahoo.com] Sent: Friday, July 16, 2010 09:07 AM To: users@activemq.apache.org Subject: Please Help Hi, I am using activemq to implement my