publisher_subscriber_amqp
v0.0.3
Published
publisher function component to sent the messages to RabbitMQ and subscriber function component to receive the messages from that queue and to store in an array.
Downloads
1
Readme
Publisher_Subscriber
By calling the publisher function, we can send the messages to RabbitMQ to store those messages until the subscriber (or) consumer consumes them.
By calling the subscriber function, we can consume the messages from RabbitMQ and we can be able to store them in an array. If we want to insert those messages into any database then we can call this subscriber function.