Unable to recognize DB2Driver

2007-03-23 Thread garima015
Hi, I am using incubator-activemq-4.0.2.jar and is configuring DB2 in activemq.xml using bean id=db2 class=org.apache.commons.dbcp.BasicDataSource property name=driverClassName value=com.ibm.db2.jcc.DB2Driver/ property name=url value=URL/ property name=username value=USER/

Re: Unable to recognize DB2Driver

2007-03-23 Thread garima015
With jdbc and persistence as true it is giving really bad performance. any idea how to improve this? tabshift wrote: You simply need the JDBC Type 4 driver for connecting to DB2 databases. This file is called db2jcc.jar. Get it and put it in ActiveMQ's lib-Dir. garima015 wrote: Hi

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-15 Thread garima015
and reconnection.But my queues are visible on second broker Thanks James.Strachan wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: when i am manually shutting down the broker 1 my application is getting connected to second broker but console of first broker is showing exception.It does

Broker issue regarding queue

2007-03-14 Thread garima015
Hi, I have a set up of two brokers in network through the URL failover:(tcp://host1:61616,tcp://host2:61616)?randomize=false When i am shutting down the first broker my producers and consumer classes are getting connected to second broker.But only the temporary queues are retained . My

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
by default. James.Strachan wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: Hi, I have a set up of two brokers in network through the URL failover:(tcp://host1:61616,tcp://host2:61616)?randomize=false Store forward networks are setup by connecting two brokers together. The failover

Re: [Spam: 5.0] Distributed queues

2007-03-14 Thread garima015
] wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: Hi, Can anyone tell me how to configure distributed queues in an etwork of two broker. is it by activemq.xml or are they craedted on fly.If so how? Here's how to create store-and-forward destinations... http://activemq.apache.org

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
in case of failure and also my processing should not stop Can you please tell me if i have to give static here also. How are the network of brokers joined in configuration rather than using activemq.xml thanks James.Strachan wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: Thanks

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
. Is it a kind of problem. How much usually application should take to resume the connection to second broker upon failure of first. Thanks James.Strachan wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: I have one more problem related to this I am giving the url as BROKER_IP_ADDRESS

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
. Is it a kind of problem. How much usually application should take to resume the connection to second broker upon failure of first. Thanks James.Strachan wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: I have one more problem related to this I am giving the url

Re: [Spam: 5.0] Broker issue regarding queue

2007-03-14 Thread garima015
. Is it a kind of problem. How much usually application should take to resume the connection to second broker upon failure of first. Thanks James.Strachan wrote: On 3/14/07, garima015 [EMAIL PROTECTED] wrote: Thanks for reply.But how the two borkers will have the queues. When connecting to one