We are always willing to accept code contributions. :) Currently there is no one working on that, you could create a Jira issue to document that someone is interested in such support and it may get added in the future. Looking at the map and list encoding it should be pretty easy to implement, I just don't think anyone has needed it yet.
Regards Tim. On Thu, 2008-03-06 at 10:12 -0800, stevenbohrer wrote: > I'm writing a new interface to a Java ActiveMQ application which uses > MAP_TYPE in it's messages. > > Active MQ CPP 2.1.3 does not seem to have support for this data type. The > type is listed in PrimitiveMap.h, but > PrimitiveMapMarshaller::marshalPrimitive does not have a handler for it. > > Any suggestions? > >