ActiveMQ Stomp : know number of messages in queue

2010-08-02 Thread titexe
Hello, i want in my script perl with stomp, to get all messages that exist in my queue. with this code, i get only the first message : my $can_read = $stomp-can_read({ timeout = 0.1 }); if ( $can_read ) { my $frame = $stomp-receive_frame; my

Re: ActiveMQ Security : centralized deployement

2010-08-02 Thread titexe
://www.nighttale.net On Mon, Aug 2, 2010 at 10:55 AM, titexe tit...@yahoo.fr wrote: ActiveMQ provides a modest authentication service via the simpleAuthenticationPlugin,  http://activemq.apache.org/security.html . When enabled it will force the clients to provide a valid userid and passwd

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

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: Securing ActiveMQ 5.3.2 Web console

2010-06-18 Thread titexe
this article explain, how can you secure web console : http://www.nighttale.net/activemq/securing-activemq-531-console.html i have tried, and it work fine. titexe magellings wrote: http://old.nabble.com/Securing-the-web-console-impossible--tt16765525.html#a16784476 vbose wrote: I

Network Connector : Failed synchronisation between 2 brokers

2010-06-17 Thread titexe
Hello, I have a Broker A networked to Broker B and Broker C. On killing broker B, after specific time the broker A cannot dispatched messages to Broker C. i have receive this following error : 2010-06-14 19:39:43,005 | WARN | cannot create async transport stopper thread.. not waiting for stop

Error : connector http

2010-02-01 Thread titexe
in advance, Best regards, titexe -- View this message in context: http://old.nabble.com/Error-%3A-connector-http-tp27400960p27400960.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ NMS : Listener (.Net vs WCF)

2010-01-19 Thread titexe
between them, and what is the best practice ? Thanks in advance for your responses; best regards, titexe -- View this message in context: http://old.nabble.com/ActiveMQ-NMS-%3A-Listener-%28.Net-vs-WCF%29-tp27222813p27222813.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: low persistent messaging performance using kahadb

2009-12-15 Thread titexe
by putting this config KahaDB, I had the same performance as Kahapersistenceadaptor: persistenceAdapter kahaDB directory=${activemq.base}/data/kahadb enableJournalDiskSyncs=false indexWriteBatchSize=1 indexCacheSize=1000/ / persistenceAdapter titexe titexe wrote: Hello, using

Re: low persistent messaging performance using kahadb

2009-12-14 Thread titexe
Hello, using kahaDB, could you have the same performance? Because I encounter the same problem, even using what in ActiveMQ-througthput.xml best regards, titexe Duro wrote: Hi, i've tested kahadb and kahaPersistenceAdapter using same simple test conditions i.e. - persistent queue

Re: ActiveMQ Command Line Tools : the state of Network Connector

2009-12-11 Thread titexe
I'll change my question, since there's anyone who wants to answer me :( there's any way in ActiveMQ, to know the state of NetworkConnector ? Thank you in advance; titexe wrote: Hello, there's an option in the commandlinetools of ActiveMQ, to know the state of my network connectors (UP

ActiveMQ Command Line Tools : the state of Network Connector

2009-12-10 Thread titexe
, titexe -- View this message in context: http://old.nabble.com/ActiveMQ-Command-Line-Tools-%3A-the-state-of-Network-Connector-tp26729060p26729060.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread titexe
? Thank you in advance, titexe -- View this message in context: http://old.nabble.com/Broker-Blocked-%28WARN-%3A-Broker-localhost-not-started-so-using-DCFR-instead%29-tp26284252p26284252.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread titexe
is relevant to the vm: url you use, localhost is the default value. Also, try and enable full debug logging to see if you can extract more information. 2009/11/10 titexe tit...@yahoo.fr: Hello, My broker can not do anything, nor send or receive messages. When I look at the console, there's

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread titexe
I removed the just waitForStart Otherwise there's the line property name=brokerURL value=vm://localhost?create=false / Gary Tully wrote: I guess you have tried to un comment: !-- property name=brokerURL value=vm://DCFR?create=falseamp;waitForStart=1 / -- 2009/11/10 titexe tit

Re: Set up multiple network connector in the same instance ActiveMQ

2009-11-04 Thread titexe
/networkConnector ActiveMQ version: V5.3.0.3 Thanks in advance, titexe Gary Tully wrote: don't think wildcards work for statically included destinations as a destination name needs to be known upfront to setup up the forwarding consumer. 2009/10/28 titexe tit...@yahoo.fr Thank you

Re: Dynamically change the network connectors caracteristics in embedded brokers

2009-10-29 Thread titexe
Hello, possible to know how could you configure your network connector for default: network connectors included destination Caracteristicas: A. only * for all network connectors are all A broker, only B *, for all network connectors on all B brokers. Thank you in advance Best regards, titexe

Set up multiple network connector in the same instance ActiveMQ

2009-10-28 Thread titexe
Hello everybody, it's possible to configure network connector to allow the queues that their names begin with A. * ? and to configure multiple network connector for the same broker? if yes how setup this ;) Thank you in advance titexe -- View this message in context: http://www.nabble.com

Re: Set up multiple network connector in the same instance ActiveMQ

2009-10-28 Thread titexe
Thank you for your response; is one question which I can not find the answer : it's possible to configure network connector (staticallyIncludedDestinations , excludedestination)to allow the queues that their names begin with A. * ? Thank you in advance, titexe Gary Tully wrote: yea, see

Re: CompositeQueeu with selector : I can not find my messages in ActiveMQ

2009-10-13 Thread titexe
Nobody who wants to repond me. Thank you in advance for our helps. titexe wrote: Hello, I utilize Activemq v5.2, i have configured the selector to filter messages received in my queue IN,the selector filter the field Action in the header of the message,if Action = XML, put message

CompositeQueeu with selector : I can not find my messages in ActiveMQ

2009-10-09 Thread titexe
of Java : 1.6 Thank you in advance for ours help, best regardss, titexe -- View this message in context: http://www.nabble.com/CompositeQueeu-with-selector-%3A-I-can-not-find-my-messages-in-ActiveMQ-tp25820482p25820482.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.