Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.30
-
None
-
None
-
Fedora 19 Linux qpidd (trunk) qpidd broker and c++ messaging (trunk) server example.
AmqpNet.Lite client
Description
If the AmqpNet.Lite client puts a 'char' value into a map, then upon reception the C++ messaging example server throws when GetContentObject tries to decode the message.
In QPID-6314 the char value is rejected by qpidd and the message never enters the broker. Here the char is in a map and qpidd accepts the map. However the server program can't decode it and traps out.