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 hand side. You will get a list of JMS brokers available in the server and their status in the JMS Server Manager portlet. You will be also 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.
*
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 you specified for the new broker.
Openwire is the default transport for ActiveMQ. In Geronimo, you can also use SSL transport to clients to connect to the broker using SSL. Follow the steps below to enable a SSL transport.
<geronimo-home>/var/activemq/data/$brokerName/
directoryDetails on how to configure connection factories, queues, topics and destinations are covered in the section Configuring JMS resources.
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2011, The Apache Software Foundation, Licensed under ASL 2.0. |