Spring AMQP

Uses of Class
org.springframework.amqp.core.MessageProperties

Packages that use MessageProperties
org.springframework.amqp.core   
org.springframework.amqp.rabbit.support   
org.springframework.amqp.support.converter   
 

Uses of MessageProperties in org.springframework.amqp.core
 

Methods in org.springframework.amqp.core that return MessageProperties
 MessageProperties Message.getMessageProperties()
           
 

Constructors in org.springframework.amqp.core with parameters of type MessageProperties
Message(byte[] body, MessageProperties messageProperties)
           
 

Uses of MessageProperties in org.springframework.amqp.rabbit.support
 

Methods in org.springframework.amqp.rabbit.support that return MessageProperties
static MessageProperties RabbitUtils.createMessageProperties(com.rabbitmq.client.AMQP.BasicProperties source, com.rabbitmq.client.Envelope envelope, String charset)
           
 

Uses of MessageProperties in org.springframework.amqp.support.converter
 

Methods in org.springframework.amqp.support.converter with parameters of type MessageProperties
 Message SimpleMessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Creates an AMQP Message from the provided Object.
 Message SerializerMessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Creates an AMQP Message from the provided Object.
 Message MessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Convert a Java object to a Rabbit Message.
 Message MarshallingMessageConverter.toMessage(Object object, MessageProperties messageProperties)
          Marshals the given object to a Message.
 Message JsonMessageConverter.toMessage(Object objectToConvert, MessageProperties messageProperties)
           
 


Spring AMQP

Copyright © 2010. All Rights Reserved.