factory:java.io.IOException: Could not find factory class for resource: META-INF/services/org...

2008-03-19 Thread aslam
I'm trying to use the VM Transport, launched in a JUnit TestSetup. Here's how I create the broker: String brokerUri = "vm://localhost?brokerConfig=xbean:file:../mtx-unit-test/testing/activemq/activemq.xml"; BrokerService broker = BrokerFactory.createBroker(new URI(brokerUri)); This causes the fo

ActiveMQ Persistent Messages Throughput Issues

2008-03-19 Thread Ramit Arora
Hi All, I've been testing the performance of ActiveMQ using Perl publishers (Net::Stomp) & Java subscribers. My producers send persistent messages & the subscribers are durable. My test results indicate that the throughput does not increase with the increase in number of publishers. For example:

networkconnector excludeDestinations ...

2008-03-19 Thread realSri
Version: 5.0 We have a simple setup to test excludedDestinations config ...We are using the broker and example producer & consumer from the binary distribution (broker instances A & B are on different hosts Setup: producer --- A B--- consumer

activemq Command Line Tools missing?

2008-03-19 Thread Andrew M
According to this: http://activemq.apache.org/activemq-command-line-tools-reference.html there should be some batch files and shell scripts like list, shutdown, query, etc... They appear to be missing from the 4.1.1 and 5.0.0 source and bin archives. I'm actually looking for a quick way to publ

ActiveCluster

2008-03-19 Thread Alexe
I am trying to find out if ActiveCluster is still provided by Apache? If so is it dependent on any of the (core) ActiveMQ classes? The group http://archive.activecluster.codehaus.org/user/ has been inactive for about a year and the code has not been touched in over two years. In the old user-gro

RE: Retroactive consumer...yes, no, maybe so?

2008-03-19 Thread Andrew M
It seems that I'm getting the last messages but I'm not getting all of them for the day. I probably need to set some Recovery Policy options... http://activemq.apache.org/subscription-recovery-policy.html Can I do that in my java code instead of the XML? What would the URL look like? I want t

Looking for comments

2008-03-19 Thread jimmy Zhang
Hi, All, I am trying to get some suggestions from users of ESB on the kind of performance issues that they see... Here is the article that I have posted on the CodeProject... http://www.codeproject.com/KB/cs/xml_processing_future.aspx describing some of those issues...the most significant one i

Re: Synchronous publishing with ActiveMQ

2008-03-19 Thread Rob Davies
On 19 Mar 2008, at 14:15, Coryffaeus wrote: I was wondering if it's possible to "synchronously publish" messages with ActiveMQ. Synchronously publish - is to say that the publish() method waits until the message, which has been sent with the method, is consumed successfully by all the reg

ActiveMQ and XMPP not functioning

2008-03-19 Thread suedonne123
I have installed and tested ActiveMQ 4.2.2 under JBoss 5.0.0 and Java6. I am able to send/receive messages so I know the activemq installation is correct. I am trying to enable XMPP and use a Spark client to join conference (subscribe to topic). Following the directions in http://activemq.apache

Why does dequeue different from enqueue and from dispatch

2008-03-19 Thread Michal Singer
Hi. When i use spring to create a connection, i see in the jconsole that the attributes on the Queue DequeueCount EnqueueCount DispatchCount are the same. But when, i create a active mq connection with out spring, i get totally differnet numbers. For example: DequeueCount = 0 EnqueueCount = 467

Re: activemq-web-console for tomcat

2008-03-19 Thread Dejan Bosanac
Hi, I've created a web-console on tomcat quick start guide http://cwiki.apache.org/confluence/display/ACTIVEMQ/Web+Console#WebConsole-ExampleconfigurationusingTomcat Please try following those steps and if it still doesn't work, post error messages you're getting Cheers -- Dejan Bosanac www.sc

Synchronous publishing with ActiveMQ

2008-03-19 Thread Coryffaeus
I was wondering if it's possible to "synchronously publish" messages with ActiveMQ. Synchronously publish - is to say that the publish() method waits until the message, which has been sent with the method, is consumed successfully by all the registered subscribers. In other words, is it possible t

Re: Camel routing doesn't work when jms bridging is active

2008-03-19 Thread puska
I tried both options but it still doesn't work. When activemq is started just with camel, logs are continuously filled with lines like: DEBUG AbstractRegion - Removing consumer: ID:.x.hr-42408-1205915755611-2:1:221:1 and DEBUG AbstractRegion - Adding consumer: ID:.x.hr-42408-1205

Server outputing the message information

2008-03-19 Thread Mikelear
Hi I'm new to both ActiveMQ and JMS so I imagine this is a very novice question. As a way of finding my way around ActiveMQ and JMS I've been looking at the web demo's. I setup and started running the web Price publisher this worked fine and the server would produce information to the standard out

Re: Change from Derby to Oracle in production!

2008-03-19 Thread Nirav
OK I transfered all messages from Derby to Oracle using Open Adaptor. And I changed configuration for Oracle in ActiveMQ.xml Now my doubt is no. of rows in ACTIVEMQ_MSGS is constantly increasing. Is it normal behaviour? You can have an overview of my project by clicking below link... http://

Re: Camel routing doesn't work when jms bridging is active

2008-03-19 Thread puska
I tried both options but it still doesn't work. When activemq is started just with camel, logs are continuously filled with lines like: DEBUG AbstractRegion - Removing consumer: ID:.x.hr-42408-1205915755611-2:1:221:1 and DEBUG AbstractRegion - Adding consumer: ID:.x.hr-42408-1205

Re: unable to compile activemq-cpp on redhat linux 4.0 with gcc 3.4

2008-03-19 Thread sfred
I had similar problems for weeks until I finally ignored the build instructions on the ActiveMQ-CPP site and simply built with the default redhat 4 (update 4) autotools: libtool, autoconf, automake (rather than upgrading to the versions they recommended). The one key piece of information that hel