List of usage examples for javax.jms BytesMessage interface-usage
From source file org.skyscreamer.nevado.jms.message.NevadoBytesMessage.java
/**
* This class borrrows heavily from ActiveMQStreamMessage, Copyright 2004 Protique Ltd,
* with great appreciation for its creators. It is also licensed under Apache 2.0.
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
From source file com.amazon.sqs.javamessaging.message.SQSBytesMessage.java
/**
* This class borrows from <code>ActiveMQStreamMessage</code>, which is also
* licensed under Apache2.0. Its methods are based largely on those found in
* <code>java.io.DataInputStream</code> and
* <code>java.io.DataOutputStream</code>.
*