Jms Transport.
A Mule transport for Jms Connectivity..
Here is the list of declaration for mule-transport-jms. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.mule.transports</groupId> <artifactId>mule-transport-jms</artifactId> <version>1.3.3</version> </dependency>
If you think this Maven repository POM file listing for mule-transport-jms is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the mule-transport-jms-1.3.3.jar
org.mule.providers.jms org.mule.providers.jms.filters org.mule.providers.jms.transformers org.mule.providers.jms.xa
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>mule-transports</artifactId> <groupId>org.mule.transports</groupId> <version>1.3.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>mule-transport-jms</artifactId> <name>Jms Transport</name> <version>1.3.3</version> <description>A Mule transport for Jms Connectivity.</description> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> <version>1.0.1</version> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>