Shahbaz Chaudhary wrote:
I didn't notice the ability to retreive the names and types of properties contained in messages in the JMS api. Is this something qpid supports already or plans on supporting? This is very similar to the metadata provided by the JDBC api.
I'm not entirely sure I'm answering the right question here, but JMS does indeed offer the ability to get and set various message properties and the Qpid JMS client implements them. See the javadoc for the Message interface [1].
[1] http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Message.html
