2009年4月24日星期五

JMS URI in SOAP/JMS Specification

I have read some articles and SOAP over JMS specification 1.0 (http://www.w3.org/TR/2008/WD-soapjms-20081121/).


Java Messaging Service (JMS) URI is used to describe the connection to a JMS provider, and access to a JMS destination. The JMS URI defines the format for designating connections and destination addresses used in the JMS.

The required particles in the JMS URI are the scheme name ("jms"), the variant identifier, and the portions. The three recognized variants ( above) are "jndi", "queue", and "topic". The portion identifies the JMS destination object in a way that is determined by the particular variant. Each variant may have query parameters specific to that variation.

One example JMS URI:
jms:jndi:destination?jndiInitialContextFactory= com.example.jndi.JndiFactory&priority=3

More information about JMS URI: http://www.ietf.org/internet-drafts/draft-merrick-jms-uri-05.txt

Camel JMS is added by my mentor Willem Jiang:)

Camel JMS. http://camel.apache.org/jms.html

没有评论:

发表评论