s
> --
> Dejan Bosanac - http://twitter.com/dejanb
>
> Open Source Integration - http://fusesource.com/
> ActiveMQ in Action - http://www.manning.com/snyder/
> Blog - http://www.nighttale.net
>
>
>
> On Sun, Aug 1, 2010 at 3:41 AM, faushouse wrote:
>>
>>
Can someone shed some light into what this code is doing. I am trying to use
Camel + ActiveMQ with HL7 MLLP messages. When the message comes in, I get
this error in the debug logs. I have tried ActiveMQ 5.3.0 and just tested
5.4.0 snapshot. I get the same error.
java.io.EOFException
a
I have defined an MLLP and Queue for Request/Response.
because invisionmllp is sync i was hoping to do this in camel:
from(invisionmllp).inOut.to(invisioninbound);
when i did this, i could see the message enquedued and dequeued for
invisioninbound, but for invisionoutbound i had 1 message