Explain "producer" and "consumer" in regards to messaging queue
Answer
Producer is the application or in general, the source that sends messages to the queue.
Consumer is the process or application that pulls the messages from the queue.
Producer is the application or in general, the source that sends messages to the queue.
Consumer is the process or application that pulls the messages from the queue.