Re: Using activemq as a jabber server

2008-04-23 Thread Hatta
> > > > > I'm having trouble setting up ActiveMQ as a Jabber >> server. I tried to >> > > > > > > > > follow the directions on the xmpp page but there are lots >> of holes in >> > > > > > > > > it. For example, how do I configure the >> username/password, where do i >> > > > > > > > > set those up? Has anyone been able to follow that >> assuming no other >> > > > > > > > > knowledge of ActiveMQ? BTW, I followed the article on >> Infoq regarding >> > > > > > > > > activemessaging so I was able to get messages getting >> sent just fine, >> > > > > > > > > but had no luck with xmpp. Also, I had to build activemq >> from source >> > > > > > > > > using maven because the latest 4.1 binaries do not >> include the xmpp >> > > > > > > > > transport. >> > > > > > > > > >> > > > > > > > > So in summary: >> > > > > > > > > >> > > > > > > > > How do i setup jabber users so they can connect? >> > > > > > > > >> > > > > > > > Note that the XMPP support is not really meant as a fully >> fledged >> > > > > > > > Jabber server supporting all of the various Jabber features >> - its more >> > > > > > > > a way to be able to use your Jabber client to talk to >> ActiveMQ as a >> > > > > > > > kinda management/operational tool >> > > > > > > > >> > > > > > > > The out of the box default has no security enabled, so you >> don't need >> > > > > > > > to worry about configuring anything if you just want to get >> things >> > > > > > > > going - just enable the xmpp transport connector in >> activemq.xml. >> > > > > > > > >> > > > > > > > If you want to enable some kinda security mechanism, see... >> > > > > > > > http://activemq.apache.org/security.html >> > > > > > > > -- >> > > > > > > > >> > > > > > > > James >> > > > > > > > --- >> > > > > > > > http://radio.weblogs.com/0112098/ >> > > > > > > > >> > > > > > > >> > > > > > >> > > > > >> > > > > >> > > > >> > > > >> > > > -- >> > > > >> > > > James >> > > > --- >> > > > http://radio.weblogs.com/0112098/ >> > > > >> > > >> > >> > >> > -- >> > >> > James >> > --- >> > http://radio.weblogs.com/0112098/ >> > >> >> >> -- >> >> James >> --- >> http://radio.weblogs.com/0112098/ >> > > -- View this message in context: http://www.nabble.com/Using-activemq-as-a-jabber-server-tp9383439s2354p16833210.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Using activemq as a jabber server

2007-08-24 Thread 107
Thank you, All!!! -- View this message in context: http://www.nabble.com/Using-activemq-as-a-jabber-server-tf3372095s2354.html#a12311278 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
Just a note that this turned out to be the Spark client itself. James added a note on the wiki showing how to turn off auto discovery of server/port so shouldn't be an issue anymore. On 3/9/07, James Strachan <[EMAIL PROTECTED]> wrote: BTW do you see any DEBUG statements showing that the XMPP tr

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
BTW do you see any DEBUG statements showing that the XMPP transport in ActiveMQ is receiving messages over XMPP? On 3/9/07, James Strachan <[EMAIL PROTECTED]> wrote: Are you sure there's not a firewall or something between your Spark client and the broker? On 3/9/07, Abdullah Jibaly <[EMAIL PRO

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
Are you sure there's not a firewall or something between your Spark client and the broker? On 3/9/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Here's the only exception I saw when I changed the log level to debug: DEBUG ManagementContext - Failed to create local registry java.lan

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
Here's the only exception I saw when I changed the log level to debug: DEBUG ManagementContext - Failed to create local registry java.lang.ClassNotFoundException: mx4j.tools.naming.NamingService at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
I'm a bit stumped on this one. All I can think of right now is you enable debug logging in the log4j.properties file and see if that helps any On 3/9/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Here is a screenshot showing the error I'm getting, as well as my activemq.xml: http://ac

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
I forgot to mention, I also tried that simpleAuthenticationPlugin sample, put it in my activemq.xml but the command agent then fails to startup. I'm running off of the svn trunk and built activemq using maven. Thanks, Abdullah On 3/9/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Hi James, Tha

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
Hi James, Thanks for the response. The method you outlined is exactly what I want to use it for. However, I think my question is much more basic: In the xmpp page you have an example with spark, using a username and password right? How do I configure a username and password is my question? I trie

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
On 3/8/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Hi all, I'm having trouble setting up ActiveMQ as a Jabber server. I tried to follow the directions on the xmpp page but there are lots of holes in it. For example, how do I configure the username/password, where do i set those up? Has anyone

Using activemq as a jabber server

2007-03-08 Thread Abdullah Jibaly
Hi all, I'm having trouble setting up ActiveMQ as a Jabber server. I tried to follow the directions on the xmpp page but there are lots of holes in it. For example, how do I configure the username/password, where do i set those up? Has anyone been able to follow that assuming no other knowledge o