What Is Message Producer

 
More
 
More
 25th Jan 2007 06:31:26 AM

Shunmugavel  
 
 What is message producer
 
What is message producer
 
More
 
  # 2nd Mar 2007 03:55:48 PM

imran_uk2  
 
 

Java Message Producer.

An object created by a session that sends messages to a destination. The user can create a sender to a specific destination or create a generic sender that specifies the destination at the time the message is sent.

An object that is sent between consumers and producers; that is,from one application to another. A message has three main parts:

  1. A message header (required): Contains operational settings to identify and route messages
  2. A set of message properties (optional): Contains additional properties to support compatibility with other providers or users. It can be used to create custom fields or filters (selectors).
  3. A message body (optional): Allows users to create five types of messages (text message,map message,bytes message,stream message,and object message).

The message interface is extremely flexible and provides numerous ways to customize the contents of a message.

 
More
Newsletter
Copyright © 2013 VisualBuilder. All rights reserved