On Dec 26, 2007 12:52 PM, zephyrus <[EMAIL PROTECTED]> wrote:

> I need activemq-xmpp ....
>
> How can I add activemq-xmpp module in Geronimo?

I *guess* you need to use the following snippet in a plan -
geronimo-activemq-xmpp-plan.xml:

    <gbean name="ActiveMQ.xmpp.default"
class="org.apache.geronimo.activemq.TransportConnectorGBeanImpl">
        <attribute name="protocol">xmpp</attribute>
        <attribute name="host">localhost</attribute>
        <attribute name="port">61222</attribute>
        <reference name="brokerService">
            <name>ActiveMQ</name>
        </reference>
    </gbean>

and deploy it using ./bin/deploy.sh deploy
geronimo-activemq-xmpp-plan.xml. It *might* do the trick and enable
xmpp in Geronimo (using ActiveMQ).

Ping us if it doesn't work.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to