Can any one help me out how to create message in JMS
Can any one help me out how to create an object,map message in JMS
you Have a Map object and need to create a JMS Message with that, right? http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.htmlwhat if you create a iterator with the map and start creating properties...message.setStringProperty(name, value)bye