standard one-request/one response proxy, which allows to write (myActor ? MyRequest).
"fire-and-forget" proxy, which allows to write myActor ! MyRequest
deserialize a message
deserialize a message
serialized message
AMQP properties, which contain meta-data for the serialized message
a (deserialized message, serializer) tuple
com.github.sstone.amqp.proxy.AmqpProxy.serialize()
serialize a message and return a (blob, AMQP properties) tuple.
serialize a message and return a (blob, AMQP properties) tuple. The following convention is used for the AMQP properties the message will be sent with:
input message
serializer
AMQP delivery mode that will be included in the returned AMQP properties
a (blob, properties) tuple where blob is the serialized message and properties the AMQP properties the message should be sent with.