Appendix B. Installing the Client Packages
Abstract
Red Hat JBoss A-MQ provides JMS clients as individual packages that you download from the Red Hat Customer Portal.
Package Name | Description |
---|---|
jboss-a-mq-cpp-6.1.0.redhat-SNAPSHOT.zip |
Provides the CMS client library for Linux and for Windows.
Contains two archives:
activemq-cpp-library-3.8.2-src.tar.gz and activemq-cpp-library-3.8.2-src.zip .
|
jboss-a-mq-nms-6.1.0.redhat-SNAPSHOT.zip |
Provides the .NET Messages client library.
Contains two archives:
Apache.NMS.ActiveMQ-1.6.2-src.zip and Apache.NMS.ActiveMQ-1.6.2-bin.zip .
|
jboss-a-mq-amqp-client-6.1.0.redhat-SNAPSHOT.zip |
Provides the Qpid client API.
Contains three jar files:
qpid-amqp-1-0-client-0.26.jar , qpid-amqp-1-0-client-jms-0.26.jar , and qpid-amqp-1-0-common-0.26.jar .
|
Copy the archive files to the desired location and decompress them using the appropriate utility for your platform.
After extracting the archives, you can distribute their contents with your client applications that need them. In the case of CMS, you need to build the C++ library from source and include that in your CMS application.
Warning
Do not unpack the archive files into a folder that has spaces in its path name. For example, do not unpack into
C:\Documents and Settings\Greco Roman\Desktop\fusesrc
.