Replying to this as am actively trying to figure this out currently. Interpreting the web response as Unicode, UTF7, UTF8, UTF32 does not correctly encode the message content. Unless anyone knows how to make sense of the content data element below I'll have to concatenate the message together through the root rss feed (as that has the text of the message) and the various elements below.
On a side note does anyone know if or when the activemq nms framework will implement a QueueBrowser API like the java provider does? magellings wrote: > > Does anyone know how the content below is encoded? > > This is the response from drilling down the RSS feed on the webconsole. > The content is not the same content as the message contains. The content > of the message is "Grp0Guida739fb58-6c65-415e-b559-c4d6d01e80b4". > > Example RSS link: > http://wamqdev1:10084/admin/queueBrowse/test.queue?msgId=f47ab50d-84de-42fb-ba82-e3cde7613123:1:1:1 > > <org.apache.activemq.command.ActiveMQTextMessage> > <commandId>4</commandId> > <responseRequired>true</responseRequired> > <messageId> > <producerId> > <connectionId>f47ab50d-84de-42fb-ba82-e3cde7613123</connectionId> > <sessionId>1</sessionId> > <value>1</value> > </producerId> > <producerSequenceId>1</producerSequenceId> > <brokerSequenceId>81320</brokerSequenceId> > </messageId> > <producerId> > <connectionId>f47ab50d-84de-42fb-ba82-e3cde7613123</connectionId> > <sessionId>1</sessionId> > <value>1</value> > </producerId> > <destination class="org.apache.activemq.command.ActiveMQQueue"> > <string>test.queue</string> > <null/> > </destination> > <expiration>0</expiration> > <timestamp>1241115383263</timestamp> > <arrival>0</arrival> > <brokerInTime>1241115383263</brokerInTime> > <brokerOutTime>1241115477173</brokerOutTime> > <persistent>true</persistent> > <priority>5</priority> > <groupID>0</groupID> > <groupSequence>-1</groupSequence> > <compressed>false</compressed> > <content> > > <data>AAAALEdycDBHdWlkYTczOWZiNTgtNmM2NS00MTVlLWI1NTktYzRkNmQwMWU4MGI0AAAAAAAAAAAA > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</data> > <offset>0</offset> > <length>256</length> > </content> > <redeliveryCounter>0</redeliveryCounter> > <size>1280</size> > <readOnlyProperties>true</readOnlyProperties> > <readOnlyBody>true</readOnlyBody> > <droppable>false</droppable> > </org.apache.activemq.command.ActiveMQTextMessage> > -- View this message in context: http://www.nabble.com/Content-returned-in-RSS-feed-for-Message-Data-tp23321821p24595938.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.