LernaeanHydra / pyactivemq

Automatically exported from code.google.com/p/pyactivemq
Apache License 2.0
1 stars 0 forks source link

Make MapMessage behave more like a Python map #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Make MapMessage behave more like a Python map.

Original issue reported on code.google.com by fullung@gmail.com on 1 Jun 2007 at 10:58

GoogleCodeExporter commented 8 years ago

Original comment by fullung@gmail.com on 6 Jun 2007 at 12:15

GoogleCodeExporter commented 8 years ago
Would it be possible to at least get direct access to the map object, not only 
to the
names? I am not sure if this would help me, but what i would like to have is a 
way to
know which is the item 'type', so that i can then call the appropriate getter 
method.

Or is there some other way?

Original comment by rocha.po...@gmail.com on 27 Nov 2007 at 5:52

GoogleCodeExporter commented 8 years ago
This is a pretty complicated issue. All I have to work with "behind the scenes" 
in
the binding code is what is provided by the CMS API:

http://activemq.apache.org/cms/api_docs/cms-1.2/classcms_1_1_map_message.html

I'll have to take a look at how AMQCPP implements MapMessage: maybe we can 
propose
some extensions to the CMS API to make it easier to implement the functionality 
you need.

Original comment by fullung@gmail.com on 27 Nov 2007 at 8:48