MSMQ ... authenticating application

R

Raj

A number of application stores messages in MSMQ. One of the server
application needs to read messages that was created/stored by specific
applications not to read all the messages in MSMQ.

Is there any workarounds?

Thank you

Regards
Raj
 
A

Andy O'Neill

Raj said:
A number of application stores messages in MSMQ. One of the server
application needs to read messages that was created/stored by specific
applications not to read all the messages in MSMQ.

Is there any workarounds?

Thank you

Regards
Raj

It's not really a c sharp question.
You don't put messages into the whole of msmq, you put them into queues.
You can have loads of em.
Use different queues would be simplest and my recommended solution.
I like simple.

Failing that put some identifier in message label.
Use peek to read non destructively until you find a message you like.
Think about whether you really need to do this though.

But mostly.
Read articles and documentation on msmq.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top