Chuck Rolke created QPID-6327: --------------------------------- Summary: [C++ Messaging] Client can cause GetContentObject to throw Key: QPID-6327 URL: https://issues.apache.org/jira/browse/QPID-6327 Project: Qpid Issue Type: Bug Components: C++ Client Affects Versions: 0.30 Environment: Fedora 19 Linux qpidd (trunk) qpidd broker and c++ messaging (trunk) server example. AmqpNet.Lite client Reporter: Chuck Rolke
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org