On Tue, 2010-06-15 at 15:27 -0700, ararog wrote: > After read cms code I could get a better idea about how to marshal/unmarshal > primitives, but there's a lot of abstraction there that doesn't help me to > understand how to perform some actions on server (connect, subscribe, > publish, consume...)
So I take it you are writing a C library from scratch? The first thing to look at is the WireFormatNegotiator class in ActiveMQ-CPP, then at ActiveMQConnection, follow the path of the WireFormat command, and the ConnectionInfo command, that will get you started on connecting to the Broker. Regards -- Tim Bish Open Source Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/