oskarb
12-19-2009, 11:45 AM
Hi,
Setup:
* spring 1.3
* ActiveMQ 5.3
I'm trying to receive messages from an ActiveMQ based queue. But receive the following exception just as the message is about to be received:
2009/12/19 13:44:33:774 [INFO] Spring.Messaging.Nms.Listener.SimpleMessageListe
nerContainer - Trying to recover from NMS Connection exception: System.IO.EndOfS
treamException: Unable to read beyond the end of the stream.
at System.IO.__Error.EndOfFile()
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt32()
at Apache.NMS.ActiveMQ.OpenWire.OpenWireBinaryReader. ReadInt32() in d:\Hudson
\jobs\Regatta_Products\workspace\External\Apache.N MS\project\Apache.NMS.ActiveMQ
\tags\1.1.0\src\main\csharp\OpenWire\OpenWireBinar yReader.cs:line 132
at Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat.Unmars hal(BinaryReader dis) in
d:\Hudson\jobs\Regatta_Products\workspace\External \Apache.NMS\project\Apache.NM
S.ActiveMQ\tags\1.1.0\src\main\csharp\OpenWire\Ope nWireFormat.cs:line 242
at Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.Rea dLoop() in d:\Hudson\job
s\Regatta_Products\workspace\External\Apache.NMS\p roject\Apache.NMS.ActiveMQ\tag
s\1.1.0\src\main\csharp\Transport\Tcp\TcpTransport .cs:line 315
2009/12/19 13:44:33:829 [INFO] Spring.Messaging.Nms.Listener.SimpleMessageListe
nerContainer - Successfully refreshed NMS Connection
Any ideas appreciated!
Setup:
* spring 1.3
* ActiveMQ 5.3
I'm trying to receive messages from an ActiveMQ based queue. But receive the following exception just as the message is about to be received:
2009/12/19 13:44:33:774 [INFO] Spring.Messaging.Nms.Listener.SimpleMessageListe
nerContainer - Trying to recover from NMS Connection exception: System.IO.EndOfS
treamException: Unable to read beyond the end of the stream.
at System.IO.__Error.EndOfFile()
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt32()
at Apache.NMS.ActiveMQ.OpenWire.OpenWireBinaryReader. ReadInt32() in d:\Hudson
\jobs\Regatta_Products\workspace\External\Apache.N MS\project\Apache.NMS.ActiveMQ
\tags\1.1.0\src\main\csharp\OpenWire\OpenWireBinar yReader.cs:line 132
at Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat.Unmars hal(BinaryReader dis) in
d:\Hudson\jobs\Regatta_Products\workspace\External \Apache.NMS\project\Apache.NM
S.ActiveMQ\tags\1.1.0\src\main\csharp\OpenWire\Ope nWireFormat.cs:line 242
at Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.Rea dLoop() in d:\Hudson\job
s\Regatta_Products\workspace\External\Apache.NMS\p roject\Apache.NMS.ActiveMQ\tag
s\1.1.0\src\main\csharp\Transport\Tcp\TcpTransport .cs:line 315
2009/12/19 13:44:33:829 [INFO] Spring.Messaging.Nms.Listener.SimpleMessageListe
nerContainer - Successfully refreshed NMS Connection
Any ideas appreciated!