Hi all, I am working on [1].
When message broker 3.0.0 restores message from the dead letter channel, although messages are restored, they will never get redelivered since message delivery is handled by a slot based mechanism which will not process an already processed message. As I can see with the current implementation, the only possible way to re-route a dead message through MB is to consider it as a new message and forward it through message incoming logic. This requires retrieving old message content from the database and re-inserting as new message content while deleting the old content. This is heavy work. Any ideas on this? [1] - https://wso2.org/jira/browse/MB-871 -- *Darshana Akalanka Pagoda Arachchi,* *Software Engineer* *078-4721791*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
