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

2010-07-19 Thread Dejan Bosanac
Hi, this issue has been fixed recently in the trunk https://issues.apache.org/activemq/browse/AMQ-2822 can you test it out and confirm that it works for you? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action -

Re: suitability of configuration for a use case

2010-07-19 Thread Dejan Bosanac
Hi, at first glance I don't see anything wrong with your assumptions and setup. You should try testing it in your environment and see if it works as expected. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action -

Re: suitability of configuration for a use case

2010-07-19 Thread Vjaceslavs Klimovs
Thanks Dejan! Two more questions: 1) Is store usage counted when JDBC persistence is used? 2) VM cursor and small memory limits are used. Does that mean that nothing will ever be paged out for non-persistent messages? On Mon, 19 Jul 2010 10:00:48 +0200 Dejan Bosanac de...@nighttale.net wrote:

Re: suitability of configuration for a use case

2010-07-19 Thread Dejan Bosanac
1) Is store usage counted when JDBC persistence is used? store usage is not used for JDBC store 2) VM cursor and small memory limits are used. Does that mean that nothing will ever be paged out for non-persistent messages? VM cursor will keep all you pending messages in memory. Small memory

activemq-cpp 3.2.0 Segmentation fault on 32 bit but not on 64bit

2010-07-19 Thread kkreja
Hi, I upgraded from activemq-cpp 3.1.2 to 3.2.0 and I get a Segmentation fault every time I run my app. I get it even running the example from the activemq-cpp site (http://activemq.apache.org/cms/example.html). the stack trace looks like that: #0 0x002424c7 in apr_atomic_add32

Re: activemq-cpp 3.2.0 Segmentation fault on 32 bit but not on 64bit

2010-07-19 Thread kkreja
These fixes will be included in the next patch release v3.2.2 Great news. Is the date for the 3.2.2 release known yet? Regards Krzysztof Kreja -- View this message in context: http://old.nabble.com/activemq-cpp-3.2.0-Segmentation-fault-on-32-bit-but-not-on-64bit-tp29205034p29205252.html

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

2010-07-19 Thread titexe
Hello, i use a perl script stomp to consume message from my broker. my $can_read = $stomp-can_read({ timeout = 5 }); if ( $can_read ) { # There is a message to collect. my $frame = $stomp-receive_frame; $stomp-ack( { frame = $frame } );

Re: activemq-cpp 3.2.0 Segmentation fault on 32 bit but not on 64bit

2010-07-19 Thread Timothy Bish
On Mon, 2010-07-19 at 07:24 -0700, kkreja wrote: These fixes will be included in the next patch release v3.2.2 Great news. Is the date for the 3.2.2 release known yet? Regards Krzysztof Kreja No date yet, probably be another couple weeks in order to allow time for more issues to be

Duplex and network fault.

2010-07-19 Thread Eric-AWL
Hi In the case where network is alternatively on/off in a duplex multicast configuration, I first discovered that the network connector side broker was sometimes blocked on RemoteBrokerNameKnownLatch latch. I think that I resolved this problem by - adding a countdown() call on this latch at

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

2010-07-19 Thread Roger Hoover
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 = $stomp-can_read({ timeout = 5 }); if (

'activemq-admin list' command does not return all running brokers

2010-07-19 Thread jzhang
I installed two brokers on the server. They are all up running and with JMX configured. But when I ran 'activemq-admin list' command, it seems to attache the broker that was started at the latest. So only one broker is returned from the command. When I shutdown that one then the first one

Centos 5 package

2010-07-19 Thread aldous
I'm having a hard time getting activemq-cpp built on Centos 5. Sadly, there is not a package available for it in any of the various repositories out there, though I can find Fedora and Ubuntu builds in the wild. I don't want to have to build all of these packages from source as I'm building 32

Re: Centos 5 package

2010-07-19 Thread Timothy Bish
On Mon, 2010-07-19 at 12:00 -0700, aldous wrote: I'm having a hard time getting activemq-cpp built on Centos 5. Sadly, there is not a package available for it in any of the various repositories out there, though I can find Fedora and Ubuntu builds in the wild. I don't want to have to build