RabbitMQ Application integration for sending SMS ,Email and GCM notification

521 views
Skip to first unread message

webappli...@gmail.com

unread,
May 23, 2016, 2:27:39 AM5/23/16
to rabbitmq-users
Hi
 I am using RabbitMQ for sending   SMS ,Email and GCM notification, I have successfully deployed the RabbitMQ server in my system locally and i am able to send message to the RabbitMQ queue and able to receive the same message at the consumer side. But facing the problem while receiving the message

1. I am not able to extract the message ex- if i sended message along with the whom the SMS ,Email and GCM notification to be sent but after receing not able to extract these parameter and received message  as a message body. so please give me the solution for how to extract the SMS ,Email and GCM notification number from message.
2. while receiving the message we need to run the consumer and once consumer received the message it stopped running. if we want to receive other message from queue then again we need to run the consumer. Is it not possible to continuously run the consumer and listening for all incoming queue and receive the message.


 Please share the solution for this matter.  

Michael Klishin

unread,
May 23, 2016, 3:46:22 AM5/23/16
to rabbitm...@googlegroups.com
We cannot suggest much with the amount of information provided: you haven't posted any code,
any stack traces, any logs, any information about how message bodies are encoded, absolutely nothing.
This is an engineering mailing list and engineers need specific information in order to reason about things.

RabbitMQ never modifies message body and very rarely injects new headers into messages (typically
plugins do so).

RabbitMQ consumers (subscriptions) are supposed to be long running but if they run into a channel
exception (see server logs) or don't handle exceptions, they indeed won't handle more than one message.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ
Reply all
Reply to author
Forward
0 new messages