SQSConnectorFactory _sqsConnectorFactory
String _awsAccessKey
String _awsSecretKey
String _awsSQSEndpoint
String _awsSNSEndpoint
String _clientID
Integer _jmsDeliveryMode
Long _jmsTTL
Integer _jmsPriority
String _temporaryQueueSuffix
String _temporaryTopicSuffix
long _maxPollWaitMs
String _durableSubscriberPrefixOverride
String _name
String _queueUrl
String _arn
NevadoQueue _topicEndpoint
String _subscriptionArn
boolean _durable
Map<K,V> _properties
String _messageID
long _timestamp
String _correlationID
javax.jms.Destination _jmsReplyTo
javax.jms.Destination _destination
int _deliveryMode
boolean _redelivered
String _type
long _expiration
int _priority
boolean _readOnlyProperties
boolean _readOnlyBody
Exception _exception
public void writeObject(Object value) throws javax.jms.JMSException
 This method works only for the objectified primitive object types (Integer,Double,
 Long  ...), String objects, and byte arrays.
javax.jms.JMSException - if the JMS provider fails to write the message due to some internal error.javax.jms.MessageFormatException - if the object is of an invalid type.javax.jms.MessageNotWriteableException - if the message is in read-only mode.NullPointerException - if the parameter value is null.org.skyscreamer.nevado.jms.message.ByteArray _body
public Object readObject() throws javax.jms.JMSException
 This method can be used to return, in objectified format, an object in
 the Java programming language ("Java object") that has been written to
 the stream with the equivalent writeObject method call, or
 its equivalent primitive writetype method. 
 Note that byte values are returned as byte[], not Byte[].
 
 An attempt to call readObject to read a byte field value
 into a new byte[] object before the full value of the byte
 field has been read will throw a MessageFormatException.
javax.jms.JMSException - if the JMS provider fails to read the message due to some
             internal error.javax.jms.MessageEOFException - if unexpected end of message stream has been reached.javax.jms.MessageFormatException - if this type conversion is invalid.javax.jms.MessageNotReadableException - if the message is in write-only mode.NevadoStreamMessage.readBytes(byte[] value)public void writeObject(Object value) throws javax.jms.JMSException
 This method works only for the objectified primitive object types (Integer,
 Double, Long ...),
 String objects, and byte arrays.
javax.jms.JMSException - if the JMS provider fails to write the message due to some
             internal error.javax.jms.MessageFormatException - if the object is invalid.javax.jms.MessageNotWriteableException - if the message is in read-only mode.org.skyscreamer.nevado.jms.message.ByteArray _body
int remainingBytes
String _body
Copyright © 2014. All Rights Reserved.