On Tue, 2011-06-14 at 20:51 -0700, Scott wrote:
> According to
> http://activemq.2283324.n4.nabble.com/Programmatically-reprocessing-messages-from-a-dead-letter-queue-td2361418.html
> 
> We can use "QueueViewMBean" to reprocess messages in dead letter queue. But
> I can't find this class in NMS. 
> Is there a way we can reprocess DLQ message use C# code?
> 
> 
> Thank you in advanced.

That thread is referring to the MBeans that are part of the JMX
management API of the broker.  You can't access the JMX bits from NMS.
You could create a consumer for the DLQ and republish the message as you
see fit though using standard NMS APIs.

Regards


-- 
Tim Bish
------------
FuseSource
Email: tim.b...@fusesource.com
Web: http://fusesource.com
Twitter: tabish121
Blog: http://timbish.blogspot.com/



Reply via email to