--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,Of course you can just use TCP/IP to send messages and if your requirements are simple this may be the right thing to do. As your requirements expand you may find yourself re-implementing many of the features a message broker provides (Routing, Persistence, Queuing etc.), however.Look at messaging brokers as implementations of the message broker pattern (http://www.enterpriseintegrationpatterns.com/patterns/messaging/MessageBroker.html). If this is a pattern your application would benefit you may want to consider using a message broker. Many messaging brokers including RabbitMQ provide solutions to many other patterns as well, such as RPC, Topics and PubSub.Have a look at the RabbitMQ tutorials to learn more: https://www.rabbitmq.com/getstarted.htmlCheersKarl
On 22 August 2016 at 12:11, muhamed abo-elazm <muhamed...@gmail.com> wrote:
Hello All,
I wonder why we need messaging brokers, Can't we simply use TCP/IP packets for sending messages ?
Thank you in Advance.
Mohamed Abolezm
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Karl NilssonStaff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/tM6Sh2nsN-s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|