Hello. I'm newbie this forum.. :jumping:

I know that geronimo-jetty6-jee5-2.0.2 is already have some ActiveMQ
modules(stomp ..)

But, I need activemq-xmpp ....

How can I add activemq-xmpp module in Geronimo?

I already try some ....

var/config/config-substitutions.properties
ActiveMQXmppPort=61222

var/config/config.xml
<module name="org.apache.geronimo.configs/activemq-broker/2.0.2/car">
<gbean name="ActiveMQ.xmpp.default">
<attribute name="host">${ServerHostname}</attribute>
<attribute name="port">${ActiveMQXmppPort + PortOffset}</attribute>
</gbean>
</module>
---------------------------------------------------------------------------------------------------------------
OS : Fedora6(i386)
JAVA : java_ee_sdk_5_01
Geronimo : geronimo-jetty6-jee5-2.0.2-bin

-- 
View this message in context: 
http://www.nabble.com/Geronimo-2.0.2%2BActivemq-xmpp--tp14501583s134p14501583.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to