Click here to Skip to main content
15,884,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm accessing a private queue in another machine and if the queue does not exists in that machine, i would like to create the private queue.
Posted
Updated 19-Sep-12 22:28pm
v2
Comments
Zoltán Zörgő 20-Sep-12 4:29am    
MSMQ?
AmitGajjar 20-Sep-12 4:30am    
similar thought :)
Zoltán Zörgő 20-Sep-12 4:36am    
Well, if it is not MSMQ, how on earth can we know, what eslse, and how to do it?
AmitGajjar 20-Sep-12 4:38am    
it's MSMQ. see my answer.
Zoltán Zörgő 20-Sep-12 4:42am    
Sorry, I tought, it was the QA-s reply. Supposing MSMQ, you are right.

As far as I know, this cannot be done.
 
Share this answer
 
Comments
AmitGajjar 20-Sep-12 4:33am    
5+ Correct. only Local MSMQ can be accessed. See this for accessing local msmq.
Abhinav S 20-Sep-12 5:20am    
Thanks for the 5.
Hi,

As Abhinav said you can not create private queue on remote machine. But you can create one service that hosted on remote machine and that can be used to create private Queue. But this is just workarround not preferable.

See this[^]

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900