activemq 1.0.0

Download zip

class: ActiveMqMessage

[26:14] (extern: com.lehman.aussom.ActiveMqMessage) extends: object

One wrapper for every JMS message type: text, bytes, map, stream, object, and the body-less base message. Headers and properties are shared by all types; the body methods error cleanly when called on the wrong type. Instances come from the ActiveMqSession create* methods and from receive() - there is no public constructor.

Methods