Re: Questions on Network of Brokers and high message rates

2007-12-04 Thread Marc Zampetti
Joe, Thanks for the suggestion. But in this case, it won't work since the routing criteria are much too fine-grained. Basically, each of the 6 million messages will each have a unique id. Then some subset, say 1 million messages, will need to be routed to a process for special processing. Basical

Re: Removing a queue

2007-12-04 Thread Jonas Lim
Hi, You may want to check out some of the unit tests for jmx for examples on obtaining references to activemq mbeans http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/jmx/ Regards, Jonas taubler wrote: Hi, I'm looking for a way to programmat

Re: Using NIO with activemq

2007-12-04 Thread ttmdev
You can set up a NIO Transport as follows. ... ... The client would use the following to connect to the broker or it could also use tcp. brokerURL = nio://localhost:61613 Joe qwidjibo wrote: > > > Hi all. > > I've seen many different references to the availabi

Re: Building ActiveMQ CPP on Solaris 10

2007-12-04 Thread Timothy Bish
Have you checked the src directory to see if that file was really there? Solaris has any number of problems including their tar not always extracting things tar'd by gnu tar. Regards Tim. bozimmerman wrote: >From the solaris 10 x86 machine I was handed, the following steps were taken: Instal

Building ActiveMQ CPP on Solaris 10

2007-12-04 Thread bozimmerman
>From the solaris 10 x86 machine I was handed, the following steps were taken: Installed M4-1.4 (1.4.1 was a total waste of time :/ ) Installed LibTool 1.5.24 Installed cppunit 1.12.0 Installed Autoconf 2.61 Installed Automake 1.10 -- all the above brings the it to ActiveMQ 2.1.1 tool specs For t

Re: Questions on Network of Brokers and high message rates

2007-12-04 Thread ttmdev
Re the second part of your post. If Camel is not an option, then what about a composite queue in combination with selectors? For example, in the snippet below, Q.FOO gets a subset of the message stream being sent to Q.BLAST, while Q.BAR gets the entire stream.

Removing a queue

2007-12-04 Thread taubler
Hi, I'm looking for a way to programmatically remove a queue from a broker once I'm done using it (e.g. during tearDown() in a JUnit test; I can't manually go into the JMX console to delete the queue by hand). I've seen a lot of tips to this effect: via Java code or JMX you can grab the BrokerVi

Re: (no subject)

2007-12-04 Thread ttmgary
Juan Carlos, I think that "Blob Messages" in ActiveMQ 5.0 is just what you want. http://activemq.apache.org/blob-messages.html http://activemq.apache.org/blob-messages.html -- Gary Juan Carlos Delgado Cruz wrote: > > How can I send 1G of information using JMS , Java > > > -- View

Using NIO with activemq

2007-12-04 Thread qwidjibo
Hi all. I've seen many different references to the availability of an NIO communication mechanism inside of activemq but cannot find any documentation on how to do it. I've been through all the google results and searched the forums, but no luck...does anybody out there either know the state of

Re: No such device exception from Java at startup

2007-12-04 Thread AndyD
I think I figured this out. I needed to insure the multicast routes go through eth0 with a: route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0 AndyD wrote: > > I just downloaded and extracted ActiveMQ. On trying to start it up I'm > receiving a "No such device" exception from Java, it looks

No such device exception from Java at startup

2007-12-04 Thread AndyD
I just downloaded and extracted ActiveMQ. On trying to start it up I'm receiving a "No such device" exception from Java, it looks like when it's trying to join the multicast group. Being a Linux noob, any advice on why this might be happening would be greatly appreciated. The log is as follow

Re: ActiveMQ with MySQL set up problems

2007-12-04 Thread Koka
Awesome! It works now. Thanks! bsnyder wrote: > > On Dec 4, 2007 11:15 AM, Koka <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> I am trying to configure a ActiveMQ broker with a MySQL backend. I >> followed >> the directions i found at: >> http://note19.com/2007/06/23/configure-activemq-with-my

Re: ActiveMQ with MySQL set up problems

2007-12-04 Thread Bruce Snyder
On Dec 4, 2007 11:15 AM, Koka <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am trying to configure a ActiveMQ broker with a MySQL backend. I followed > the directions i found at: > http://note19.com/2007/06/23/configure-activemq-with-mysql/ > > I am getting some errors, but can't really pin point wh

ActiveMQ with MySQL set up problems

2007-12-04 Thread Koka
Hi all, I am trying to configure a ActiveMQ broker with a MySQL backend. I followed the directions i found at: http://note19.com/2007/06/23/configure-activemq-with-mysql/ I am getting some errors, but can't really pin point where the error was. If anyone has any idea or experience with this, ple

Re: ActiveMQ-CPP libtool issues

2007-12-04 Thread Daniel Pocock
Point taken - I realise this stuff is time consuming. On the other hand, we only have to address it once, and then come up with a set of rules for the project. The link I provided suggests some rules for using -version-info: http://www.gnu.org/software/libtool/manual.html#Versioning Ther

Re: How can I read the journal files?

2007-12-04 Thread Rob Davies
Not currently cheers, Rob http://open.iona.com/ -Enterprise Open Integration http://rajdavies.blogspot.com/ On Dec 4, 2007, at 8:02 AM, youhaodeyi wrote: The log files will be stored in journal directory. Does ActiveMQ give us any method or tool to read these files? Thanks. -- View t

How can I read the journal files?

2007-12-04 Thread youhaodeyi
The log files will be stored in journal directory. Does ActiveMQ give us any method or tool to read these files? Thanks. -- View this message in context: http://www.nabble.com/How-can-I-read-the-journal-files--tf4941666s2354.html#a14146281 Sent from the ActiveMQ - User mailing list archive at N