Hi Ely,
ActiveMQ is not an XMPP server. XMPP transport is just used to exchange
messages with clients using XMPP protocol underneath, so there's no direct
way to handle XMPP-related commands.
On the other hand, you can use plugins and advisory messages to handle
certain events, such as someone jo
I've posted a message on Camel-users with this same topic. Sorry, but I think
my question is better addressed on ActiveMQ-users.
This is my problem:
I have developed a server that communicates with its client using JMS. I
only embedded ActiveMQ's broker. Basically, it is a game server with lobby
cuz It still not stable yet... is it?
James Strachan <[EMAIL PROTECTED]> wrote: Why not use NMS to connect to C#?
On 7/13/07, Ahmed Al-Obaidy wrote:
> I need to use activemq-xmpp as bridge to connect my C# clients...
> is it stable enough to be used in production?
> where can