Re: Stomp:perl script retrieve the values of the properties of the header

2010-07-20 Thread titexe
it works, thank you Roger Hoover wrote: I think it's just: my $headers = $frame-headers; my $foo_header = $headers-{'foo'}; On Mon, Jul 19, 2010 at 7:31 AM, titexe tit...@yahoo.fr wrote: Hello, i use a perl script stomp to consume message from my broker. my $can_read =

Re: Duplex and network fault.

2010-07-20 Thread Eric-AWL
SIBBusModule-TestDeCharge-td0sib01v Log Link 1 : ADMIN Link port 61601 : Try to connect (DUPLEX initiator) from SIBBusModule TestDeCharge (Client) to SIBBusSupervisor port 61601 2010-07-19 09:57:18,896 [arge-td0sib01v]] INFO DiscoveryNetworkConnector - Establishing network connection from

Problem while upgrading from ACTIVEMQ 5.2 to 5.3.2

2010-07-20 Thread dbrondy
Hi everyone, As we didn't find any solution to our problem described here : - http://old.nabble.com/Strange-behavior-using-failover-and-network-of-broker-td29107245.html we tried to upgrade from ACTIVEMQ 5.2 to 5.3.2. It seems the same configuration does not work at all... To summarize what is

Re: Centos 5 package

2010-07-20 Thread James Casey
Hi, we at CERN maintain the Fedora packages. You can get the packages for FC12 and up, and RHEL6 and up from Koji: http://koji.fedoraproject.org/koji/packageinfo?packageID=9646 We can't release on RHEL5 due to version differences for apr and the default RHEL5 version being too low. This has

Journal Corrupted in ActiveMQ 4.1.1 (shipped with OpenEJB 3.1)

2010-07-20 Thread jdiaz
Hello, we have a openejb - tomcat installation using activemq to manage jms messages. These are the activemq jars we have installed: # find . -name *jar |grep active ./webapps/openejb/lib/activemq-core-4.1.1.jar ./webapps/openejb/lib/activeio-core-3.0.0-incubator.jar

Re: Problem while upgrading from ACTIVEMQ 5.2 to 5.3.2

2010-07-20 Thread Gary Tully
quick thought, do your transport connectors use tcp://localhost ? if so, you need to use a wildcard address tcp://0.0.0.0 to listen on all available interfaces, not just the loopback address: see: https://issues.apache.org/activemq/browse/AMQ-2094 On 20 July 2010 09:55, dbrondy dbro...@yahoo.fr

Cross-compiling activemq-cpp on Centos 5

2010-07-20 Thread Devin Venable
A few days ago I asked if anyone knew of an RPM for activemq-cpp that could be installed on Centos 5. It was suggested that I might find one in the newer Fedora repositories. Indeed I did, but there were several dependencies on newer libraries, so I had to resort to compiling it myself.

Re: Cross-compiling activemq-cpp on Centos 5

2010-07-20 Thread Timothy Bish
On Tue, 2010-07-20 at 09:43 -0500, Devin Venable wrote: A few days ago I asked if anyone knew of an RPM for activemq-cpp that could be installed on Centos 5. It was suggested that I might find one in the newer Fedora repositories. Indeed I did, but there were several dependencies on newer

Restricting mirroring of queues to one particular of all available queues?

2010-07-20 Thread BenXS
When I read on page http://activemq.apache.org/mirrored-queues.html I got the impression that the mirroring feature can be turned on only for ALL queues or NONE. Is this true? I would appreciate to have this feature restricted to ONE particular queue. Maybe there is a workaround/trick to

Avoiding confirmation when shutdown ActiveMQ ?

2010-07-20 Thread BenXS
When I shutdown ActiveMQ under Windows by hitting ctrl-C in the CommandPrompt-Terminal-Window then ActiveMQ prompts me always: Terminate Batch Job (Y/N)? I always have to enter Y and hit RETURN. Can I avoid this prompt somehow and shutdown immediately? Ben -- View this message in context:

What's the best way to delete specific messages from the JMS?

2010-07-20 Thread odysseyfx
What's the best way to delete specific messages from the JMS? Initially I was using the activemq specific feature of individual acknowledgement, however I didn't like the idea of using something not part of the JMS spec. I switched to using a browser, and then building a consumer with a selector

Re: What's the best way to delete specific messages from the JMS?

2010-07-20 Thread Joe Fernandez
What about skipping the browser and simply issuing a selective receiveNoWait() with the messageID that you're interested in removing from the queue? Joe http://www.ttmsolutions.com ActiveMQ reference guide at http://bit.ly/AMQRefGuide odysseyfx wrote: What's the best way to delete

Re: ActiveMQ 5.3.2/5.3.1 stomp+nio: client does not receive binary messages

2010-07-20 Thread mjustin
Hello, Many thanks for the information. With the current 5.4-SNAPSHOT it seems to be fixed, in 5.3.3-SNAPSHOT it is still present, I will try to do a build from trunk too. Regards, Michael Justin Dejan Bosanac wrote: Hi, this issue has been fixed recently in the trunk

Re: Cross-compiling activemq-cpp on Centos 5

2010-07-20 Thread Devin Venable
Looks like my joy was premature. Each time I start up a small sample program that connects to the queue, I get a seg fault. I run the same sample programs on other platforms (like Ubuntu) and it works great. Here's the stack trace for the error. Anyone seen anything like it before? I've tried

Re: Cross-compiling activemq-cpp on Centos 5

2010-07-20 Thread Timothy Bish
On Tue, 2010-07-20 at 12:21 -0500, Devin Venable wrote: Looks like my joy was premature. Each time I start up a small sample program that connects to the queue, I get a seg fault. I run the same sample programs on other platforms (like Ubuntu) and it works great. Here's the stack trace for

Re: Restricting mirroring of queues to one particular of all available queues?

2010-07-20 Thread Joe Fernandez
The Camel wire tap route may do the trick for ya. http://camel.apache.org/wire-tap.html Joe http://www.ttmsolutions.com ActiveMQ reference guide at http://bit.ly/AMQRefGuide BenXS wrote: When I read on page http://activemq.apache.org/mirrored-queues.html I got the impression that

Re: Avoiding confirmation when shutdown ActiveMQ ?

2010-07-20 Thread cobrien
Ben, This link below discusses your question in depth. http://superuser.com/questions/35698/how-to-supress-terminate-batch-job-y-n-confirmation BenXS wrote: When I shutdown ActiveMQ under Windows by hitting ctrl-C in the CommandPrompt-Terminal-Window then ActiveMQ prompts me always:

Re: Noob Questions - Fail-over / Redundancy Help.

2010-07-20 Thread ejosterberg
In the last case, what was done is that the network was disconnected from the active node until Oracle timed out the connection and the lock was released. Once the network was reconnected, the failed node began processing with the new node in parallel. I'm only reporting what was shared with me.