Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WCF:Is the MsmqIntegrationBinding used the msmq.formatname
scheme or the net.msmq scheme?



WCF:Is the MsmqIntegrationBinding used the msmq.formatname scheme or the net.msmq scheme?..

Answer / rajsekhar

MSMQ uses paths and format names to identify a queue. Paths
specify a host name and a QueueName. Optionally, there can
be a Private$ between the host name and the QueueName to
indicate a private queue that is not published in the
Active Directory directory service.

Path names are mapped to “FormatNames” to determine
additional aspects of the address, including routing and
queue manager transfer protocol. The Queue Manager supports
two transfer protocols: native MSMQ protocol and SOAP
Reliable Messaging Protocol (SRMP).

The addressing of a queue in WCF is based on the following
pattern:

net.msmq: // <host-name> / [private/] <queue-name>

where:

•<host-name> is the name of the machine that hosts the
Target Queue.


•[private] is optional. It is used when addressing a Target
Queue that is a private queue.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More WCF Interview Questions

What is service and client in perspective of data communication?

0 Answers  


Is it possible for a WCF service to implement Multiple service contracts?

0 Answers   HCL,


What is mean by wcf?

0 Answers  


WCF:Could the IIS-hosted WCF service make use of HTTP transport security if the IIS virtual derectory that contains the service does not support it?

1 Answers  


Describe the various endpoints in wcf?

0 Answers  


What is wcf api?

0 Answers  


what is wcf tcp binding type? : Wcf data services

0 Answers  


WCF:What is it the Net.TCP Port Sharing? How can we use it?

0 Answers   ADP,


In wcf which bindings supports the reliable session?

0 Answers  


do you know what is endpoint in wcf? : Wcf data services

0 Answers  


What MEPs is supported by WCF?

0 Answers  


What is the use of the was(windows activation service) compared to other hosting?

0 Answers  


Categories