Hi,
I passed 100 messages into the queue. From there i need to display only the
last message into the browser. Please help out.
Thanks,
Raji
--
View this message in context:
http://camel.465427.n5.nabble.com/Display-only-the-last-message-into-the-browser-tp5741924.html
Sent from the Camel - Us
I tried to send messages from active mq to browser. But it is not even
passing to active mq. I am getting error like this.
Nov 08, 2013 6:38:32 PM
org.springframework.jms.connection.SingleConnectionFacto
ry initConnection
INFO: Established shared JMS Connection: ActiveMQConnection
{id=ID:D-1130628
I send message to active mq using Main class
Main class - this will fire automatically generated String messages to the
* "corsoft.BroadcastMessageQueue" running on the local ActiveMQ broker
(as defined in
* application.properties).
public class StartDemo {
public class StartDemo {
I am trying to get only only the last message from 10 messages passed to
queue. I read messages in XML format and extracted the dat and passed to
activemq.
My message in activemq in the form
Sending message
Broadcast Message 37
Received on : Mon Nov 11 15:41:2
5 IST
2013EURUSR1.358EUR/USR97.12
I needs to be remained in activemq. But while passing to browser it should
only the last message.
Thanks
Raji
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-retrieve-only-the-last-message-from-10-messages-passed-to-queue-tp5743024p5743067.html
Sent from the Camel - U
I created a web service. I want to pass input from queue to web service . I
dont know how to invoke web service using camel.
--
View this message in context:
http://camel.465427.n5.nabble.com/pass-input-from-queue-to-web-service-tp5736844.html
Sent from the Camel - Users mailing list archive a