Posting ActiveMQ messages to Mailing List

2009-09-08 Thread shaldar
Hello all - I am trying to find a way of routing messages published to a particular topic to a mailing-list. What is the easiest way to do that? My clients are publishing and subscribing using the openwire protocol. Best - Susmit -- View this message in context: http://www.nabble.com/Posting-A

Re: Scaling and tuning issues

2009-08-26 Thread shaldar
on" MEAP should be soon updated with > chapters > that cover performance tuning http://www.manning.com/snyder/ > > Cheers > -- > Dejan Bosanac > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog

Scaling and tuning issues

2009-08-19 Thread shaldar
Hi - I have a single activemq broker based system - running a publish-subscribe model - each publisher posting a particular topic. Now a few of the topics have 20 subscribers - and are likely to grow to a few hundreds. I am also using a MySql based authentication and authorization plugin from T

Re: JAAS authentication issues on ActiveMQ

2009-07-08 Thread shaldar
Thanks Gary - I was wondering if the LDAPutheticationplugin (or any other plugin) can also do authorization from outside of activemq.xml. That will resolve my growing number of topics without having to restart the broker. Best - Susmit Gary Tully wrote: > >> 1- Each time I add a new topic to th

JAAS authentication issues on ActiveMQ

2009-07-07 Thread shaldar
I have enabled JAAS authentication (simple authentication)on an activemq broker - by including the plugins in the activemq config XML file. I have multiple authentication entries (one for each topic). My questions are: 1- Each time I add a new topic to the XML file, the broker has to be restarted

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-07-07 Thread shaldar
QCPP-246 > > On Wed, Jun 24, 2009 at 11:56 PM, shaldar wrote: > >> >> Hi Chetan - I tested with 3.0 as you suggested. I built and used the >> SimpleAsyncConsumer.cpp example that comes with 3.0. It's connecting and >> receiving messages from the remote brok

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-06-24 Thread shaldar
nLibrary(); > > no other code changes are required. You can simply use a broker URI with > failover like: > > failover://(tcp://localhost:61616) > > chetan > > On Wed, Jun 24, 2009 at 12:24 PM, shaldar wrote: > >> >> Thanks chetan - I am using 2

Re: activemq-cpp client heartbeat and reconnect with broker?

2009-06-24 Thread shaldar
: > > Which version of the library are you using? The latest version, 3.0, which > was released less than 2 weeks ago, supports the failover transport for > handling scenarios like this. > > chetan > > On Mon, Jun 22, 2009 at 8:22 PM, shaldar wrote: > >> >> Hi

activemq-cpp client heartbeat and reconnect with broker?

2009-06-22 Thread shaldar
Hi all - I wrote a publish/subscribe clients that seem to be working well with the broker. I want make the clients more reliable - particularly when the network connection goes down. This is especially needed for the subscriber, which just sits on an asynchronous listener once the connection sta

activemq-cpp DLL not loading on Windows XP

2009-06-11 Thread shaldar
Hi - I created a DLL using the activemq-CPP library on my Windows Vista machine (with the Visual C++ 2008 express edition). This DLL loads and works fine on this development machine. But when I try to call it in a Windows XP machine, I get an error 126 : "Cannot load library xxx.dll". Now when

Re: Cannot connect to remote activemq broker

2009-06-02 Thread shaldar
> Regards > Andreas > > On Jun 2, 2009, at 10:31 AM, shaldar wrote: > >> >> Hi all - I installed the fuse activemq distribution on 2 Windows >> machines: >> - a Windows vista test client connected over DSL >> - a remote VPS running Windows Web Server

Cannot connect to remote activemq broker

2009-06-02 Thread shaldar
Hi all - I installed the fuse activemq distribution on 2 Windows machines: - a Windows vista test client connected over DSL - a remote VPS running Windows Web Server 2008 - where I want to run the test broker and eventually the production broker I was able to successfully test publish/ subscribe