pass input from queue to web service

2013-08-06 Thread Rajalakshmi Raman
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

Display only the last message into the browser

2013-10-20 Thread Rajalakshmi Raman
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

Not display message in active mq

2013-11-08 Thread Rajalakshmi Raman
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

Re: Not display message in active mq

2013-11-10 Thread Rajalakshmi Raman
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 {

How to retrieve only the last message from 10 messages passed to queue

2013-11-11 Thread Rajalakshmi Raman
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

Re: How to retrieve only the last message from 10 messages passed to queue

2013-11-11 Thread Rajalakshmi Raman
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