hi, from the c# example given , and which works for me: http://activemq.apache.org/nms/examples.html
how do i send a topic with lets say 1 extra field? for example a stock ticker plus an extra field for "last price" this would be a string array of 2 elements {"MSFT.N","50.00"} which i guess would be concatenated to make this a unique topic on the broker : ticker+lastprice. i couldnt find a method on the session object to support this. ITextMessage request = session.CreateTextMessage("Hello World!"); -- View this message in context: http://activemq.2283324.n4.nabble.com/creating-a-field-to-send-with-the-topic-id-tp4669816.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.