Web Admin page throwing an HTTP ERROR: 500

2008-06-30 Thread Qwerty777
Hey all, When I go to http://mycompany.com:8161/admin/index.jsp (obviously made-up), the web admin used to show up and work. In fact, the test ActiveMQ's web admin still still works. Here's the error that I see: HTTP ERROR: 500 org.apache.jsp.index_jsp RequestURI=/admin/index.jsp Caused by: j

Client/Server version (in)compatibility

2008-06-30 Thread allenb
Hello, I'm currently running a 4.0.1 server with 4.0.1 clients. I'd like to upgrade everything to 5.1.0, but not at the same time. Ideally, I'd do a 2 stage upgrade where I first bump the server to 5.1.0 and then the clients. Are there any known compatibility issue between a 4.0.1 client and a

Re: spring transaction configuration, AMQ 5.1

2008-06-30 Thread kpetrov
Can anybody help? It's been more than three weeks... What I have seems to be the simplest possible transacted coniguration of ActiveMQ + Spring where I recieve and send messages in transaction. I can't believe people don't have a problem similar to mine... kpetrov wrote: > > I'm trying to setup

Re: Can I use ActiveMQ across different Newtworks? (SFTP protocol is workable in these 2 n/ws)

2008-06-30 Thread Bruce Snyder
On Mon, Jun 30, 2008 at 12:24 PM, _prasad <[EMAIL PROTECTED]> wrote: > > Bruce , > > Thanks, For your reply. I checked the link given by you, however I do have > few more questions. > Do we have to establish a separate broker for each network and then attach > them with each other ? Separate broke

Re: Can I use ActiveMQ across different Newtworks? (SFTP protocol is workable in these 2 n/ws)

2008-06-30 Thread _prasad
Bruce , Thanks, For your reply. I checked the link given by you, however I do have few more questions. Do we have to establish a separate broker for each network and then attach them with each other ? If so, which protocol will these two brokers will use ? Is that tcp? Can I share the database

How to configure a durable topic subscriber that fails over in a master/slave config?

2008-06-30 Thread lsclark
>From a Master/Slave broker configuration, I'd like to have the active master at any given point in time also act as a durable topic subscriber to a topic on an external message broker. If a slave takes over as master, I'd like the master to remove its durable topic subscriber, and the slave to p

able to write to a queue but not to read from it.

2008-06-30 Thread [EMAIL PROTECTED]
I had a queue which iwas able to write to, but at a certain point was unable to read from. The queue monitor showed 3 + messages in it. The activemq program had been up for around 17 days working under the same approximate load...There was only one program that should have been reading th

Re: AMQ5.1.0 - Programmatically getting a list of queues

2008-06-30 Thread Bruce Snyder
On Wed, Jun 25, 2008 at 1:52 PM, shaf <[EMAIL PROTECTED]> wrote: > > Gents, > > I am really having a hard time trying to get a list of queues > programmatically (Java). I have seen the DestinationSource ( > connection.getDestinationSource() ) working on my local laptop but when > deployed onto the

Re: Log all request in log file

2008-06-30 Thread Bruce Snyder
On Mon, Jun 30, 2008 at 7:09 AM, activebud <[EMAIL PROTECTED]> wrote: > > Hi All, > I have been using activemq 5.1.0 and i want to log all the request come to > activemq queue, How can i do the configuration in this and is it possible > with this version.? I suggest using mirrored queues: http://

Re: Can I use ActiveMQ across different Newtworks? (SFTP protocol is workable in these 2 n/ws)

2008-06-30 Thread Bruce Snyder
On Thu, Jun 26, 2008 at 10:35 AM, _prasad <[EMAIL PROTECTED]> wrote: > > Hi, > > For a new project, I have to decide whether I should go with the Active MQ > or not. > My need is : > I have 2 secured & different networks. A machine in one n/w can SFTP to the > other machine of other n/w. > I have a

Re: How do I change the activemq.log directory

2008-06-30 Thread Bruce Snyder
On Mon, Jun 30, 2008 at 7:45 AM, sparky2708 <[EMAIL PROTECTED]> wrote: > > I keep getting the following error message (I want everything to be logged to > /tmp directory. Please help... Not sure what I am doing wrong: > > Loading message broker from: > xbean:file:/activemq/conf/dev/activemq_master.

Re: ActiveMQ stops accepting consumer requests

2008-06-30 Thread Brian Munroe
On Mon, Jun 30, 2008 at 2:52 AM, Marco Buss <[EMAIL PROTECTED]> wrote: > can you check the open threads with the jconsole on ActiveMQ during your > run? > I have the assumtion that you will see many Session threads. If the > assumption is true, try the 5.1.0 from ActiveMQ. > On this last run, I d

Re: How do I change the activemq.log directory (ACTIVEMQ 5.1.0)

2008-06-30 Thread ttmdev
See the ACTIVEMQ_HOME/conf/log4j.properties file. In that file, you'll see the following statement. log4j.appender.out.file=${activemq.base}/data/activemq.log Joe www.ttmsolutions.com sparky2708 wrote: > > I keep getting the following error message (I want everything to be logged > to /tm

How do I change the activemq.log directory

2008-06-30 Thread sparky2708
I keep getting the following error message (I want everything to be logged to /tmp directory. Please help... Not sure what I am doing wrong: Loading message broker from: xbean:file:/activemq/conf/dev/activemq_master.xml log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /a

Log all request in log file

2008-06-30 Thread activebud
Hi All, I have been using activemq 5.1.0 and i want to log all the request come to activemq queue, How can i do the configuration in this and is it possible with this version.? Thank in advance activebud. -- View this message in context: http://www.nabble.com/Log-all-request--in-log-file-tp181

Re: ActiveMQ stops accepting consumer requests

2008-06-30 Thread Marco Buss
Hi Brian, can you check the open threads with the jconsole on ActiveMQ during your run? I have the assumtion that you will see many Session threads. If the assumption is true, try the 5.1.0 from ActiveMQ. Regards Marco Brian Munroe-2 wrote: > > I am building a very basic web service that can