I have activemq embedded in my JVM, so I think the message java class should already be in my classpath.
Christopher G. Stach II wrote: > > doris wrote: >> I need to allow a system administrator to select a message in the DLQ and >> display the contents of the original message. The original message is an >> object (not a text message). >> >> I am using jmx to do this and have been able to get the composite data >> back.When I examine the composite data I cannot see the original message >> sent. Is there anyway I can do that? >> >> Thanks for any help! >> >> doris >> >> > > Have you tried making the message's Java class available to AMQ by > putting it on its classpath? > > -- > Christopher G. Stach II > > -- View this message in context: http://www.nabble.com/JMX-and-DLQ-tf2515881.html#a7078093 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
