ctionFactory(
>>factory.setTransformer( new JMS_Transformer())
>>connection = factory.createConnection...
>>session = connection.createSession...
>>queue = session.createQueue...
>> outputStream = connection.createOutputStream(queue)
>>out.write ...
&
am(queue)
>out.write ...
> --
> View this message in context:
> http://old.nabble.com/MessageTransformer-and-JMS-Stream-messages-tp27326775p27326775.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>
--
http://blog.garytully.com
Open Source Integration
http://fusesource.com
= factory.createConnection...
session = connection.createSession...
queue = session.createQueue...
outputStream = connection.createOutputStream(queue)
out.write ...
--
View this message in context:
http://old.nabble.com/MessageTransformer-and-JMS-Stream-messages-tp27326775p27326775.html
Sent from the