Hi,

I am new to Rhino Service Bus, and I am wondering, is it possible and/or 
recommendable to do the following?

public class MyMessageConsumer : ConsumerOf<MyMessage>
{
  public void Consume(MyMessage message)
  {
    try
    {
      ProcessMessage(message.data);
    }
    catch(Exception)
    {
      //Here I want to place the message back on the queue, so that I can 
reprocess it.
    }
  }

}

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rhino-tools-dev+unsubscr...@googlegroups.com.
To post to this group, send email to rhino-tools-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to