Hi all,
I send a message to a queue named test .Below is some code I used and sent
successfully.
ActiveMQTextMessage message = new ActiveMQTextMessage();
message.setResponseRequired(true);
message.setText("999999999999999999999");
message.setStringProperty("field1", "value1");
message.setStringProperty("field2", "value2");
producer.send(message);
with above code.How can I access responseRequired in camel client?
Please give me some advice.
Thanks,
--
View this message in context:
http://camel.465427.n5.nabble.com/Access-responseRequired-ActiveMQTextMessage-tp5788302.html
Sent from the Camel - Users mailing list archive at Nabble.com.