Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
RabbitMQ Error Queue
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Wiredness  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 7:39 am
From: Wiredness <si...@hargrav.es>
Date: Thu, 16 Aug 2012 04:39:12 -0700 (PDT)
Local: Thurs, Aug 16 2012 7:39 am
Subject: RabbitMQ Error Queue

I am trying to figure out how to use Mass Transit correctly, if I don't have any consumers all of my messages are ending up in the _error queue over time. If I have a consumer it all seems to work fine. Obviously I want my messages to hang around until something is ready to consume them.

This is the code I am using:

Bus.Initialize(x =>
{
    x.ReceiveFrom("rabbitmq://im-dev01/TestQueue");
    x.UseRabbitMqRouting();

});

for (int i = 0; i < 1000; i++)
{
    Bus.Instance.Publish(new PlayerGroupMovementMessage { PlayerGroupId = i, AddToGroup = true, ProcessId = 3 });


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dru Sellers  
View profile  
 More options Aug 16 2012, 10:37 am
From: Dru Sellers <d...@drusellers.com>
Date: Thu, 16 Aug 2012 09:37:09 -0500
Local: Thurs, Aug 16 2012 10:37 am
Subject: Re: [masstransit-discuss] RabbitMQ Error Queue

interesting, those messages shouldn't end up in the error queue. They
should just disappear. They will only 'hang around' if there is a
'subscriber'

-d


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »