Re: Howto to let ActiveMQ create a separate tablespece for indexes

2009-12-11 Thread forda
Thanks a lot ! Anyone who if this is different in version 5.3 ? Thanks in advance. Regards, Daniel H. Willstrand wrote: > > On Thu, Dec 10, 2009 at 3:08 PM, forda > wrote: >> >> Hi ! >> >> When activemq creates the tables and such the same tablespace

Howto to let ActiveMQ create a separate tablespece for indexes

2009-12-10 Thread forda
Hi ! When activemq creates the tables and such the same tablespace is used for the data even for indexes. It is possible to specify a different tablespace for indexes? If yes howto ? Which is the reccomended way ? Is it is possible to decide the postfix for that tablespace ? Thanks in Advance. C

Messages lost while consuming and sending messages from one Destination to another

2009-12-09 Thread forda
Hi ! Our environment is configured with hardwareloadbalancer in front using the Round-Robin loadbalancing Policy. I seems if one the brokers is shutdown/goes down, a few messages was lost in between connecting to the other Broker. The Queues are persistent. Jms Session is transacted. Any idea wh

Re: Howto check if connection is active in Pool when all brokers in a failover chain are shutdown

2009-12-09 Thread forda
Hi again ! I found out away to do, what you suggested. And it works. Instead of using con.isClosed(), the getBrokerInfo() returns null if no connection is active/established. Thanks, Daniel forda wrote: > > Ok, thanks but how do i get the active connection from the pool. >

Re: Howto check if connection is active in Pool when all brokers in a failover chain are shutdown

2009-12-08 Thread forda
the pool is ok. Thanks in advance. Regards, Daniel bsnyder wrote: > > On Tue, Dec 8, 2009 at 3:17 AM, forda wrote: >> >> Hi ! >> >> I found out a solution, checking if a PID file exist or not on the local >> broker on the >> server where the service i

users@activemq.apache.org

2009-12-08 Thread forda
rds, Daniel bsnyder wrote: > > On Tue, Dec 8, 2009 at 3:30 AM, forda wrote: >> >> Hi ! >> >> We are using the failover transport, specifying serveral brokers with >> more >> than one parameter >> per each url does'nt work, throws a Property

users@activemq.apache.org

2009-12-08 Thread forda
Hi ! We are using the failover transport, specifying serveral brokers with more than one parameter per each url does'nt work, throws a PropertyIndex exception or something similiar. I read about this in the forum, but nowone seems to have an answer on that issue. Does'nt matter if i use the TCPTr

Re: Getting Error while trying to achieve the Master/Slave config

2009-12-08 Thread forda
It worked perfectly. /Daniel forda wrote: > > Thank you, i will try that instead. > Cheers > Daniel > > Dejan Bosanac wrote: >> >> Fir the shared master/slave setup you don't need to define any network >> connectors, but just simply point both br

Re: Error while connecting via JMX to a Broker located on RHEL 5

2009-12-08 Thread forda
Hi ! Hi we found out a solution specifying the host in the wrappper.conf file. /Daniel forda wrote: > > Hi ! > > From a UnitTest accessing a Broker via Spring and a BrokerviewBean in > order to manage > the setup and cleanup functions. For that BrokerviewBean is used.

Re: Howto check if connection is active in Pool when all brokers in a failover chain are shutdown

2009-12-08 Thread forda
Hi ! I found out a solution, checking if a PID file exist or not on the local broker on the server where the service is deployed. Seems to be the easiest way to accomplish this. Regards, Daniel forda wrote: > > Hi ! > > Which is the easiest way to check if the connection to

Howto check if connection is active in Pool when all brokers in a failover chain are shutdown

2009-12-03 Thread forda
Hi ! Which is the easiest way to check if the connection to a broker is active. Using: In a monitor servlet code the the jmstemplate sends a m

Re: Getting Error while trying to achieve the Master/Slave config

2009-10-20 Thread forda
om/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Tue, Oct 20, 2009 at 8:20 AM, forda > wrote: > >> >> I forgot to provide the logs. >> >

Re: Getting Error while trying to achieve the Master/Slave config

2009-10-19 Thread forda
Daniel forda wrote: > > Hello ! > > Currently i am working for a customer to setup a ActiveMQ production alike > environment, > designed for failover on the client or the server. Our first approach is > to use failover on > the client and using a shared database building

Getting Error while trying to achieve the Master/Slave config

2009-10-19 Thread forda
Hello ! Currently i am working for a customer to setup a ActiveMQ production alike environment, designed for failover on the client or the server. Our first approach is to use failover on the client and using a shared database building a Master/Slave scenario having a database cluster. I works in

Re: Error while connecting via JMX to a Broker located on RHEL 5

2009-10-19 Thread forda
r. Rob has recently blogged about this > feature: > http://rajdavies.blogspot.com/2009/10/query-statistics-for-apache-activemq.html > > > 2009/10/16 forda > >> >> Hi ! >> >> From a UnitTest accessing a Broker via Spring and a BrokerviewBean in >> order >> t

Re: Error while connecting via JMX to a Broker located on RHEL 5

2009-10-16 Thread forda
pi, which will > automatically deal with failover. Rob has recently blogged about this > feature: > http://rajdavies.blogspot.com/2009/10/query-statistics-for-apache-activemq.html > > > 2009/10/16 forda > >> >> Hi ! >> >> From a UnitTest accessing a Bro

Re: Error while connecting via JMX to a Broker located on RHEL 5

2009-10-16 Thread forda
gt; Blog - http://www.nighttale.net > > > On Fri, Oct 16, 2009 at 5:05 PM, forda > wrote: > >> >> Hi ! >> >> From a UnitTest accessing a Broker via Spring and a BrokerviewBean in >> order >> to manage >> the setup and cleanup functio

Failover and Faulttolerance using the MasterSlave approach

2009-10-16 Thread forda
Hi ! Working for a customer using ActiveMQ, soon we are going in to production. I am responsible to come up with a smart solution, fullfilling the requirment of having reliable configuration. We are using Oracle as the persistence/Message store. It's a Oracle cluster. What is the best way to ac

Error while connecting via JMX to a Broker located on RHEL 5

2009-10-16 Thread forda
Hi ! >From a UnitTest accessing a Broker via Spring and a BrokerviewBean in order to manage the setup and cleanup functions. For that BrokerviewBean is used. It works fine at localhost as well as connecting a remote Broker in a windows network, but while trying to the same thing in Linux network