Deepthi's profileWin with Win MobilePhotosBlogListsMore ![]() | Help |
|
07 December MSMQ over HTTPThe coolest features of MSMQ 3.0 is the ability to send messages over HTTP - right through firewalls. For this to be possible, we need to have the MSMQ over HTTP component installed. (under Add/Remove Programs->Windows Components->Application Server->Message Queueing->).
If you have it installed, you will see an IIS application with the name 'msmq', and it will have nothing in it.
SOAP Reliable Messaging Protocol (SRMP), an XML-based messaging protocol, has been developed for delivering high Quality of Service (QoS) messages. The direct, public, and private format names of administration and response queues can be included in messages sent over HTTP transport. Similarly, the names of administration and response queues in HTTP format can be included in messages sent over ordinary (non-HTTP) transport.
Destination queues for HTTP messages are opened using direct format names that include the URL address of the target computer, the virtual directory name, and the queue name separated by slashes. The default virtual directory name is msmq, but Message Queuing can be configured by IIS to use a different virtual directory. A direct format name containing HTTPS as the protocol name invokes a secure HTTP transport through a Secure Sockets Layer (SSL) connection.
Now to send my message over MSMQ using http, what I did was create a message queue with the following direct format name :
@"FormatName:DIRECT=http://172.30.189.xxx/msmq/Private$/myqueue" with my machine's ip address. That does the trick :)..more on msmq over http in .net cf in the next post. cya !
TrackbacksThe trackback URL for this entry is: http://winwithmobility.spaces.live.com/blog/cns!A2CD686F55CB1049!116.trak Weblogs that reference this entry
|
|
|