Girish Mahajan (Editor)

Message consumer

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A message consumer is a Java interface for distributed systems. It is used to receive messages from a destination. To create it, a destination object is passed to a message-consumer creation method that is supplied by the session of this object.

Created by a selector, it is possible to send a message to particular message consumer objects. The communication may be synchronous or asynchronous.

References

Message consumer Wikipedia