[rabbitmq-discuss] RabbitMQ Message Publishing and Consuming with Database Operations

Alexis Richardson alexis at rabbitmq.com
Fri Aug 13 13:02:13 BST 2010


Jigar

I think it depends which database you are using.  If you want to use
C# then I assume you will also be using MS SQL or possibly Access.  In
which case I recommend MSDN as a starting point, perhaps using ADO.NET
or whatever the current data abstraction in .NET is.

alexis




On Fri, Aug 13, 2010 at 12:00 PM, jigar sheth <jigar87 at gmail.com> wrote:
> In my Previous question i received a response from which i understood i will
> have to involve some sort of database operation.
> at the bottom of this mail is my previously asked question.
> So on that basis to achieve the requirement which i have mentioned below
> what kind of database operation will i require to perform. please tell me
> how can i achieve this task. since i am a beginner little explanation or
> some links from where i can understand things woulod be appreciated
> Thanks & Regards,
> Jigar Sheth
>
>
>
>
> Previously Asked Question
>  just need to findout how to publish a message in a queue with a ID
>> (message ID or any such ID that identifies the message) and to Consume the
>> Message based on ID I really dont think Database is the Correct
>> Approach.since the messages are already in the queue we just need a way to
>> assign ID and read them by those ID. I am sure it is possible in rabbitMQ
>> c#
>> api but i dont know how.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>


More information about the rabbitmq-discuss mailing list