Home > Documentation > Configuring and administering > Configuring and administering the Apache Geronimo Server > Configuring the JMS server |
To configure the JMS Server, select JMS Server on the Console Navigation menu on the left side. You will get a list of JMS brokers available in the server and their status in the JMS Server Manager portlet. You will also be presented with the JMS Network Listeners portlet that displays all JMS network connectors.
To add a new JMS broker, click on the link Add JMS Broker. In the resulting page, you will be provided with a template for the ActiveMQ broker. The following figure illustrates the template:
It contains some customized configurations by Geronimo. It is strongly recommended that you add your own configurations based on the template file, instead of copying it from elsewhere. See the following example for configuration steps:
*
with an available port number in your machine. Be sure to keep the placeholder style; otherwise, some advanced features such as the cluster might not work due to port conflict.
Some files and folders are created after the creation of a new broker:
var/activemq/data/brokerName
will be created to hold the data for the broker.brokerName.xml
will be created in the folder var/activemq/conf
to hold your broker configuration file.where brokerName is the name that you specified for the new broker.
Openwire is the default transport for ActiveMQ. In Geronimo, you can connect to the broker by using SSL transport to clients. Use the following steps to enable a SSL transport:
<geronimo-home>/var/activemq/data/$brokerName/
directory.Details about how to configure connection factories, queues, topics and destinations are covered in the Configuring JMS resources section.
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2013, The Apache Software Foundation, Licensed under ASL 2.0. |