HTTP ERROR: 500 while accessing http://localhost:8161/admin

2010-04-06 Thread Jassal
Hi There, I am using 'apache-activemq-5.2.0', it start successfully, but I am getting HTTP ERROR 500 when I access http://localhost:8161/admin. Also attached the error log. Thanks, Ravinderjit. http://old.nabble.com/file/p28160815/errorlog.txt errorlog.txt -- View this message in context: ht

Re: javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Rajika Kumarasiri
Gary, I was trying to re-produce the issue with a simple JMS client but the issue is not re-produce able. The thing is the the client code which re-produce the issue is quite complex and I'll give another try to re-produce the issue with a simple JMS client. Rajika On Tue, Apr 6, 2010 at 9:21 PM,

how to capture data sent to AjaxServlet ?

2010-04-06 Thread go canal
Hello, I need to capture data sent to AjaxServlet, how should I do it ? subclass it ? Or there is an easier way to do ? thanks, canal

Re: Which Persistence Adapter to Use for Shared File System Master/Slave

2010-04-06 Thread Feng AtWork
Thanks. Figured that out as well from the early draft of ActiveMQ in Action book. -Feng On Tue, Apr 6, 2010 at 1:52 AM, Dejan Bosanac wrote: > Hi, > > for shared filesystem master slave setup you should use either KahaDB (from > 5.3.0 on) or ActiveMQ persistence adapter (on earlier versions).

Why does Bridge drop a message between ActiveMQ brokers?

2010-04-06 Thread bbuzzard
I have two ActiveMQ brokers set up: one on my laptop and the other on a server. The laptop has two queues set up: "example.A" and "example.B". I'm using camel to monitor a directory on the laptop and take any new file from that directory and place it into "example.A" queue. The server is set up

Re: Compression on network connections

2010-04-06 Thread Jim Lloyd
On Tue, Apr 6, 2010 at 9:00 AM, Timothy Bish wrote: > On Tue, 2010-04-06 at 08:55 -0700, Jim Lloyd wrote: > > On Mon, Apr 5, 2010 at 6:57 PM, Bruce Snyder > wrote: > > > > > On Mon, Apr 5, 2010 at 2:48 PM, Jim Lloyd < > jll...@silvertailsystems.com> > > > wrote: > > > > It also appears that ther

Re: ActiveMQ running on Amazon EC2 (Elastic Compute Cloud)

2010-04-06 Thread Dejan Bosanac
Hi James, I belive that building a distro from the binary tarball is the best way to go, as they should be in sync and we can create distros in the release process. I started experementing with unix-maven-plugin http://fisheye6.atlassian.com/browse/activemq/trunk/assembly/pom-rpm.xml?r=HEAD but

Re: Compression on network connections

2010-04-06 Thread Timothy Bish
On Tue, 2010-04-06 at 08:55 -0700, Jim Lloyd wrote: > On Mon, Apr 5, 2010 at 6:57 PM, Bruce Snyder wrote: > > > On Mon, Apr 5, 2010 at 2:48 PM, Jim Lloyd > > wrote: > > > I'm in the process of building a network of brokers in which some of the > > > links are geographically distributed. These li

Re: Compression on network connections

2010-04-06 Thread Jim Lloyd
On Mon, Apr 5, 2010 at 6:57 PM, Bruce Snyder wrote: > On Mon, Apr 5, 2010 at 2:48 PM, Jim Lloyd > wrote: > > I'm in the process of building a network of brokers in which some of the > > links are geographically distributed. These links will use the SSL > transport > > for reasons of security, bu

Re: javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Rajika Kumarasiri
Sure, let me have some time. Rajika On Tue, Apr 6, 2010 at 6:52 PM, Gary Tully wrote: > can you open a jira issue and attach your test case or something that can > reproduce in junit? It looks like there is an outstanding rogue ack on the > client side that is being ignored by the server, but a

Re: ActiveMQ running on Amazon EC2 (Elastic Compute Cloud)

2010-04-06 Thread James Casey
Hi Dejan, we've done a lot of work on packaging nice rpms (for FUSE releases) which fit in well to the linux file system hierarchy[1]. Currently the starting point for our packaging is a binary tarball, but getting it generated from maven would be nice. We'd be interested in contributing what we

Re: javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Gary Tully
can you open a jira issue and attach your test case or something that can reproduce in junit? It looks like there is an outstanding rogue ack on the client side that is being ignored by the server, but all client side context should be removed on a rollback. A junit test case is the best way to hel

Re: javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Rajika Kumarasiri
I tested with 5.1.3 but end up with the same result. Anybody has any clue? Thanks, Rajika On Tue, Apr 6, 2010 at 3:14 PM, Rajika Kumarasiri wrote: > Thanks Gary. I'll give a try and let you know. > > Rajika > > > On Tue, Apr 6, 2010 at 3:05 PM, Gary Tully wrote: > >> There has been a lot of wo

Re: ActiveMQ 5.3.1, Spring 3.0.2.RELEASE, OSGi

2010-04-06 Thread Gary Tully
intentional, for full spring 3 support 5.4 is the target. lots of the configuration schema changes are in 5.3.1 but it is still has the 2.5.6 dependency. 5.4 (or trunk has 3.0.1.RELEASE) On 6 April 2010 11:21, KevH wrote: > > Are ActiveMQ 5.3.1 and Spring 3 supported via OSGi deployment? > > The

ActiveMQ 5.3.1, Spring 3.0.2.RELEASE, OSGi

2010-04-06 Thread KevH
Are ActiveMQ 5.3.1 and Spring 3 supported via OSGi deployment? The ActiveMQ bundle dependencies are locked to Spring [2.5.0,2.6.0). Oversight or intentional? -- View this message in context: http://old.nabble.com/ActiveMQ-5.3.1%2C-Spring-3.0.2.RELEASE%2C-OSGi-tp28149777p28149777.html Sent fr

Re: javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Rajika Kumarasiri
Thanks Gary. I'll give a try and let you know. Rajika On Tue, Apr 6, 2010 at 3:05 PM, Gary Tully wrote: > There has been a lot of work in this area, I would advise upgrading to > version 5.3.1 > > On 6 April 2010 10:18, Rajika Kumarasiri w

Re: ActiveMQ running on Amazon EC2 (Elastic Compute Cloud)

2010-04-06 Thread Dejan Bosanac
Hi Justin, that's great. It'd be also great to have some docs on the topic at ActiveMQ web site. Also, I started working on creating Linux packages (rpm, deb, ...) that should make deployment a bit easier. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fuses

Re: javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Gary Tully
There has been a lot of work in this area, I would advise upgrading to version 5.3.1 On 6 April 2010 10:18, Rajika Kumarasiri wrote: > hi, > I am using the activemq broker 5.2 ( on Fedora 11) as the JMS provider. > Using a JMS consumer I am

Re: activemq-core.xsd localy

2010-04-06 Thread Gary Tully
The schema location information in your xml file is needed as this is used as the key into the META-INF/spring.schemas file in activemq-core.jar. see: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/resources/META-INF/spring.schemas?view=markup also: http://static.springsource.o

Re: 100% CPU spike with ActiveMQ 5.3.1

2010-04-06 Thread Gary Tully
there is a direct correlation between dispatch attempts and message enqueues, what I think you are seeing is the broker trying to dispatch each message in turn and each time determining that all consumes are full. The spike should quickly dissipate once one attempt to dispatch each message is made.

javax.jms.JMSException: Transaction 'tx-id' has not been started error while using the broker

2010-04-06 Thread Rajika Kumarasiri
hi, I am using the activemq broker 5.2 ( on Fedora 11) as the JMS provider. Using a JMS consumer I am connecting to this broker. The client uses JMS transacted session. I am getting the following exception and the stack trace[1] when client tries to call session.rollback(). It works fine when calli

Re: Programmatically stopping and restarting network connector

2010-04-06 Thread Dejan Bosanac
Hi, can you raise a Jira for this (ideally with a test case that demonstrates the problem). Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Apr 2, 20

Re: Which Persistence Adapter to Use for Shared File System Master/Slave

2010-04-06 Thread Dejan Bosanac
Hi, for shared filesystem master slave setup you should use either KahaDB (from 5.3.0 on) or ActiveMQ persistence adapter (on earlier versions). If you plan to have shared database master slave, that you should use JDBC persistence adapter (without journaling). Cheers -- Dejan Bosanac - http://tw

Re: Use ActiveMQ Connection Pool

2010-04-06 Thread Dejan Bosanac
Hi, PooledConnectionFactory is intended to be used for this purpose. Just configure it with appropriate ActiveMQConnectionFactory and you're good to go. For example: PooledConnectionFactory pcf = new PooledConnectionFactory(); pcf.setConnectionFactory(new ActiveMQConnectionFactory

Re: Topics, Consumers and Web Session

2010-04-06 Thread Dejan Bosanac
Hi, this sounds similar to this https://issues.apache.org/activemq/browse/AMQ-1243 will take a look at it. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net O