Re: MAP_TYPE support in ActiveMQ CPP

2008-03-10 Thread stevenbohrer
Hi Tim, I tried the suggested fix, but that seems to address the outgoing MapMessage. Regardless, it didn't resolve my issue. As far as I can tell through the debugger, I'm receiving the map message fine and unmarshaling the data into the PrimitiveMap properties private variable OK. But since

Re: MAP_TYPE support in ActiveMQ CPP

2008-03-10 Thread stevenbohrer
Hi Tim, I've implemented the Map and List types now, and will work on submitting them with the proper tests, etc. However, I have another issue, I'm using a Topic with MapMessages, and they don't seem to be received properly. I found https://issues.apache.org/activemq/browse/AMQCPP-166 which se

Re: MAP_TYPE support in ActiveMQ CPP

2008-03-06 Thread stevenbohrer
Tim, As suggested, I'll continue this correspondence in this thread. I decided to just modify the PrimitiveMap.* and MarshalPrimitiveMap.* files in a manner consistent with what had already been done. The java example I saw didn't mesh well with the cpp files. This is now completed and seems

MAP_TYPE support in ActiveMQ CPP

2008-03-06 Thread stevenbohrer
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 suggest