Edit <OC4J_HOME>/j2ee/home/config/jms.xml
in your favorite XML editor. Add the following lines under the <jms-server>
tag.
<queue-connection-factory name="MainQueueConnectionFactory"
location="jms/MainQueueConnectionFactory"/>
<queue name="MainQueue" location="jms/MainQueue"/>
<topic-connection-factory name="ChatTopicConnectionFactory" location="jms/ChatTopicConnectionFactory"/>
<topic name="ChatTopic" location="jms/ChatTopic"/>
|