Hi,
If I use this way:
ActiveMQInputStream streamMsg = (ActiveMQInputStream
)connection.createInputStream();
ActiveMQMessage message = streamMsg.receive();
message.getStringProperty("fileName");I can get the property,but I can not get the stream message. can you show me your whole code about the stream message with property? -- View this message in context: http://www.nabble.com/ActiveMQ-Outputstream-message-properties-tf1807819.html#a5233013 Sent from the ActiveMQ - User forum at Nabble.com.
