Alan Conway wrote:
On Tue, 2007-10-09 at 17:33 +1100, [EMAIL PROTECTED] wrote:
Can anyone help with this?
Exception event constructed:
org.apache.mina.filter.codec.ProtocolDecoderException:
org.apache.qpid.framing.AMQFrameDecodingException: Field 'instance' -
unsupported field table type: C (67), length=222, sizeRead=0,
sizeRemaining=242
I downloaded the Java broker and client from the website, the broker
starts ok, but when i try to connect with a client I get the errror
above.
Hi Nick,
qpid is currently in transition to the new 1.10 version of the protocol,
this is probably a temporary sypmptom of that transition - field table
encoding is one area that is under construction at the moment. I am sure
the problem will shortly be fixed if it has not been already - someone
who works on the Java code can give you a more specific answer.
That exception is from the 0-8 field table code, so I doubt it's related
to the 0-10 work.
--Rafael