Re: createTablesOnStartup

2010-02-11 Thread H. Willstrand
On Thu, Feb 11, 2010 at 12:59 PM, lernit2007 wrote: > > Hello, > > i want to change the SQL-Datatypes. My database is oracle. I have the > following configuration in activemq-jdbc.xml > > >       createTablesOnStartup="true"/> >         >         >           >         >       >     > > But If I

Re: java.net.ConnectException: Connection refused: connect, while running performance test on AMQ 5.2/5.3

2010-02-10 Thread H. Willstrand
On Wed, Feb 10, 2010 at 9:58 AM, sapunce wrote: > > Helllo, > > I have 10 connections available to AMQ, is this the default value? > How can I increase the max connections in AMQ? > Have a look at: http://activemq.apache.org/tcp-transport-reference.html //HW > Rega

Re: java.net.ConnectException: Connection refused: connect, while running performance test on AMQ 5.2/5.3

2010-02-09 Thread H. Willstrand
On Tue, Feb 9, 2010 at 3:43 PM, sapunce wrote: > > Hello, > > I'm running performance test on top of AMQ. The test is a servlet which : > 1.create connection, session and sender on (queue/topic) > 2.send 20 messages > 3.create connection, session and receiver on (queue/topic) > 4.receive the same

Re: ActiveMQ 5.2.0 Multicast errors on startup

2010-01-06 Thread H. Willstrand
On Wed, Jan 6, 2010 at 11:46 PM, Patel, Ronak Avinash (US SSA) wrote: > Hi All, > > I've been using Apache ActiveMQ 5.2.0 on RHEL 5.3 and everything's been > working great. > > However, I wanted to ask if anyone has ever successfully gotten Apache > ActiveMQ to turn on when the computer boots? >

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

2009-12-10 Thread H. Willstrand
On Thu, Dec 10, 2009 at 3:08 PM, forda wrote: > > 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 ? AFAIK there is no built-in support for TABLESPACE in a

Re: Question from a beginner: default username/password

2009-12-09 Thread H. Willstrand
Hi! On Wed, Dec 9, 2009 at 7:35 PM, turicum wrote: > > Dear ActiveMQ users, > > I've just unpacked the latest ActiveMQ release and started one broker using > the activemq-demo.xml configuration. I can connect via XMPP using Pidgin, > create new topics, send and receive messages. I used "admin" as