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
To: users@activemq.apache.org
Sent: Wed, September 1, 2010 12:07:59 PM
Subject: Stomp Header
I tried to set some sendHeaders
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
headers.addHeader(S
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 JMSEx
ns 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 game. I have n number of game tables
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 game. I have n
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 th