Re: Zookeeper for replicated LevelDB

2014-10-30 Thread Hiram Chirino
> http://activemq.2283324.n4.nabble.com/Zookeeper-for-replicated-LevelDB-tp4686797.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino

Re: Apollo: Messages always persists

2014-09-23 Thread Hiram Chirino
JN wrote: > Hello, > > > > I’m trying to use Apollo 1.7. > > I’m facing a problem with my first JMS test: I use a non-persistent > delivery mode, the messages are persisted and survive to a restart. > > Someone can explain me? > > > > Thx. -- Hiram Chi

Re: Connecting to Master/Slave from client libs (MQTT, STOMP etc.) and failover

2014-05-16 Thread Hiram Chirino
anks in advance. > Paddy > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Connecting-to-Master-Slave-from-client-libs-MQTT-STOMP-etc-and-failover-tp4681129.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram C

Re: Use message selectors against messages on disk

2014-05-16 Thread Hiram Chirino
s behavior, claims that it has been > fixed: http://bit.ly/1sJpdw4 > > OTOH, this issue seems to indicate that it will never be fixed in AMQ: > https://issues.apache.org/jira/browse/AMQ-2217 > > Thanks for any insight. > > - Ben Jansen > -- Hiram Chirino Engineering

Re: Apollo and Grails/Spring Security integration

2014-05-12 Thread Hiram Chirino
receiving messages. > > It seems that I need to develop something related to JAAS. Can someone > offer some help to get me started? > > Thanks a lot! > Jingzhao -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino

Re: Long pauses with leveldb, no pauses with kaha

2014-02-19 Thread Hiram Chirino
eems there may be > others hit by this, but I couldn't yet find an e-mail which would state that > leveldb is bad for performance, you should a) avoid it, b) set these knobs > to these, c) wait for the next revision, we'll fix this. > > Thanks, -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino

Re: Any way to protect from corruption being replicated in LevelDB?

2014-02-19 Thread Hiram Chirino
problem with a master we should just stop replication and mark it's data files as being inconsistent so that it does not try to become a master in the future. That still would require that one of the slaves data files be consistent to be able to recover from the failure. -- Hiram Chirino

Re: [Apollo 1.6] MQTT via Websocket client stucks after connect

2014-02-07 Thread Hiram Chirino
e:/127.0.0.1:49832 > > ** > | WARN | java.lang.AssertionError: Dispatch queue 'mqtt: > SampleJavaV3_publish' was not executing, (currently executing: '') > | 143c4d66d50 > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/

Re: apollo admin interface over HTTPS

2014-01-24 Thread Hiram Chirino
ue? I haven't found anything so far on the issues list. > > Thanks, > Craig > > -- > > https://github.com/mindscratch > https://www.google.com/+CraigWickesser > https://twitter.com/mind_scratch -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: replicatedLevelDB errors after failover

2013-12-12 Thread Hiram Chirino
lDB-errors-after-failover-tp4674550p4675255.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Apollo 1.6 multiple connected/disconnected messages while using Stomp

2013-11-25 Thread Hiram Chirino
ent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: replicatedLevelDB errors after failover

2013-11-19 Thread Hiram Chirino
s message in context: > http://activemq.2283324.n4.nabble.com/replicatedLevelDB-errors-after-failover-tp4674550p4674643.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: replicatedLevelDB errors after failover

2013-11-15 Thread Hiram Chirino
AddConsumer(TransportConnection.java:587) > at > org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:349) > at > org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292) > > > > > -- > View this message in context: > ht

Re: WARN | Store update waiting on 1 replica(s) to catch up to log position 0

2013-11-14 Thread Hiram Chirino
gt; http://activemq.2283324.n4.nabble.com/WARN-Store-update-waiting-on-1-replica-s-to-catch-up-to-log-position-0-tp4674001p4674128.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redh

Re: LevelDB slower than Kaha?

2013-11-06 Thread Hiram Chirino
per sec average). > With leveldb (default settings, native) it takes 451 and 488 secs (2217 and > 2049 msg/s). > > What's recommended here? > > Thanks, -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Replicated LevelDB Store filling up memory

2013-11-06 Thread Hiram Chirino
sync? > we see same issue when quorum_disk is used as well? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Replicated-LevelDB-Store-filling-up-memory-tp4672485p4672941.html > Sent from the ActiveMQ - User mailing list archive at

Re: Replicated LevelDB Store not working

2013-11-01 Thread Hiram Chirino
? : https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.10-SNAPSHOT/apache-activemq-5.10-20131101.162431-14-bin.tar.gz On Wed, Oct 30, 2013 at 11:44 AM, Hiram Chirino wrote: > On Wed, Oct 30, 2013 at 6:12 AM, Antonio Terreno > wrote: >> H

Re: Replicated LevelDB Store not working

2013-10-30 Thread Hiram Chirino
vaibility by leveraging the > latest version of AMQ & LevelDB persistence. > > What is the problem with this > https://gist.github.com/aterreno/7229464configuration? Yep. seem simple enough. I don't see anything wrong with the configuration. Just seems like there might b

Re: non-persistence msgs very slow with levedb

2013-10-29 Thread Hiram Chirino
59.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: New Web Console...

2013-10-29 Thread Hiram Chirino
, >>> >> >>> >> James >>> > >>> > >>> > >>> > -- >>> > Claus Ibsen >>> > - >>> > Red Hat, Inc. >>> > Email: cib...@redhat.com >>> > Twitter: da

Re: Replicated LevelDB Store filling up memory

2013-10-23 Thread Hiram Chirino
illing-up-memory-tp4672485p4672941.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Apollo subscribing with selector does not consume existing messages

2013-09-27 Thread Hiram Chirino
gt; -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Apollo-subscribing-with-selector-does-not-consume-existing-messages-tp4671834p4671874.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red H

Re: Apollo subscribing with selector does not consume existing messages

2013-09-26 Thread Hiram Chirino
/Apollo-subscribing-with-selector-does-not-consume-existing-messages-tp4671834.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Apollo MQ : when sending messages in transaction, producers count keeps increasing

2013-08-22 Thread Hiram Chirino
; Disclaimer: The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of the > addressee(s) and may contain confidential or privileged information. If you > are not the intended recipient or have received this email in error you are > notified that disclosing, copying, distributing or taking any action in > reliance on the contents of this information is strictly prohibited. -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Some issue with Apollo MQ ACK where message does not get deleted.

2013-08-05 Thread Hiram Chirino
gy Services > > t+91-22-407-51999 | f +91-22-2925-1003 | m +91-9967585155 > *namrata.pa...@synergytechservices.com*| > www.synergytechservices.com <http://synergytechservices.com/> > > 701 Acropolis, Military Road, Marol, Andheri (East), Mumbai - 400 059 > > -- >

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-13 Thread Hiram Chirino
rsion pretty stable for testing? When do you think 1.7 will > be released? > > Thanks again for doing this so quickly. > Garry > > On Jul 13, 2013, at 2:18 PM, Hiram Chirino wrote: > >> Hi Garry, >> >> This is what I came up with: >> >> First

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-13 Thread Hiram Chirino
e custom > authorizer. > > authorizer="MyCustomAuthorizer"/> > authorizer="MyCustomAuthorizer2"/> > > On Jul 12, 2013, at 11:01 AM, Hiram Chirino wrote: > >> Ok then it seems like you will need to implement a custom Authorizer. >> The interface o

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-12 Thread Hiram Chirino
exist a way to configure a custom authorizer. Let me see if add support for that in the apollo configuration. On Wed, Jul 10, 2013 at 6:38 PM, Garry Watkins wrote: > Yes, the users will be unknown at the time of connection. > > On Jul 10, 2013, at 3:00 PM, Hiram Chirino wrote: > >&

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-10 Thread Hiram Chirino
possible to use Client Certs for Authentication/Authorization for > >>> Apollo? > >> > >> > >> > >> > >> -- > >> *Christian Posta* > >> http://www.christianposta.com/blog > >> twitter: @christianposta > > > > -- > *Christian Posta* > http://www.christianposta.com/blog > twitter: @christianposta -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Setting a Master broker in a MasterSlave configuration

2013-07-05 Thread Hiram Chirino
FYI: in 5.9 the broker should handle auto restarting in that scenario. Sent from my iPhone On Jul 5, 2013, at 11:08 AM, hbakkum wrote: > Right, so I've tried to reproduce the issue again, but now the process does > indeed stop... perhaps I was imagining things :P > > However it still does no

Re: Activemq 5.9 leveldb replication problem

2013-07-02 Thread Hiram Chirino
nges will be written in local disk and > remote disk, > but no lucky. > > I'm wrong with some configuration? I can't figure it out, any help will be > appreciated. > > Thanks! > > --Stefano > > > > > -- > View this message in context: > ht

Re: How to filter message in virtual destinations?

2013-06-19 Thread Hiram Chirino
You might be able to implement with a broker plugin. Have the plugin add a custom filter to the consumer based on extra data you stuff into the consumer options. Sent from my iPhone On Jun 19, 2013, at 4:34 PM, hengyunabc wrote: > For example, my message type JSON string, I just need a JSONM

Re: Activemq 5.9 leveldb replication issue

2013-06-03 Thread Hiram Chirino
19 12:15:22 | java.io.IOException: short record > at position: 2467052 in file: /opt/activemq/data/.log, > offset: 2467052 > INFO | jvm 1| 2013/05/19 12:15:22 | at > org.apache.activemq.leveldb.RecordLog$LogReader.read(RecordLog.scala:287) -- Hiram Chirino

Re: Activemq 5.9 leveldb replication issue

2013-05-30 Thread Hiram Chirino
okerFilter.java:87) > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Activemq-5-9-leveldb-replication-issue-tp4667495p4667560.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Hiram Chirino Engineering | Red Hat, Inc.

Re: Unbrowsable ghost message using ActiveMQ running LevelDB and Camel.

2013-05-30 Thread Hiram Chirino
es. > * Produce all messages before starting to consume. > > We can find similar questions about this issue but with older versions and > upgrading as the solution. > > Should we just upgrade to: > ActiveMQ 5.7 running KahaDB and Camel 2.10.2 > or are we doing something wrong? &g

Re: org.apache.activemq.leveldb.LevelDBClient java.lang.NullPointerException

2013-05-30 Thread Hiram Chirino
> > > > > > > > > > > > > > Any Idea why I got this exception and how can I fix it? > > Thanks a lot, > > Andi > > -- Hiram Chirino Engineering | Red Hat, Inc. hchir...@redhat.com | fusesource.com | redhat.com skype: hiramchirino | twitter: @hiramchirino blog: Hiram Chirino's Bit Mojo

Re: Re: How to tune LevelDB store?

2013-03-08 Thread Hiram Chirino
write is followed by a disk sync, > >> writing indexes asynchronously or not etc. > >> Can you give me a link to see how to tuning LevelDB store ? > >> > >> > >> > >> > >> Thanks, > >> SuoNayi > > > > > > > > > >

Re: Re: How to ensure LevelDB store uses a JNI driver

2013-03-08 Thread Hiram Chirino
; I suspect if the JNI driver is used or not. > >> >>If not used the java LevelDB will be used?Can I assume the JNI driver > >> always performs better than the java driver? > >> >> > >> >> > >> >>Thanks, > >> >>SuoNay

Re: Java Stomp client - connection and session handling

2013-02-27 Thread Hiram Chirino
onnection for > each > session? > > Thanks in advance > Diego > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Java-Stomp-client-connection-and-session-handling-tp4663929.html > Sent from the ActiveMQ - User mailing list archive

Re: Questions about AMQP support in release 5.8.0

2013-02-22 Thread Hiram Chirino
ge in context: > http://activemq.2283324.n4.nabble.com/Questions-about-AMQP-support-in-release-5-8-0-tp4663895.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering | Red Hat, Inc.* *hchir...@redhat.com | fusesource.com | r

Re: Apollo and server redundancy

2013-02-19 Thread Hiram Chirino
for DR > purposes, and the single master/single slave architecture prevents this. > > -- > Robert Borkowski > -- ** *Hiram Chirino* *Engineering | Red Hat, Inc.* *hchir...@redhat.com | fusesource.com | redhat.com* *skype: hiramchirino | twitter: @hiramchirino<http://t

Re: Can ActiveMQ become as light and lean as possible?

2013-01-24 Thread Hiram Chirino
t; View this message in context: > http://activemq.2283324.n4.nabble.com/Can-ActiveMQ-become-as-light-and-lean-as-possible-tp4662140p4662174.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering | Red Hat, Inc.* *hchir...@r

Re: STOMP client

2012-12-26 Thread Hiram Chirino
ll implementation of STOMP client for Java. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/STOMP-client-tp4660600p4661056.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering

Re: Stomp client on Android

2012-12-26 Thread Hiram Chirino
omething along that line? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Stomp-client-on-Android-tp4661055.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering | Red Ha

Re: Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-25 Thread Hiram Chirino
/activemq.2283324.n4.nabble.com/Apache-Apollo-Broker-Connection-to-LDAP-OVER-SSL-tp4659701.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering | Red Hat, Inc.* *hchir...@redhat.com | fusesource.com | redhat.com* *skype: hir

Re: Variable/dynamic prefetch size

2012-11-05 Thread Hiram Chirino
le-dynamic-prefetch-size-tp4658760.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering | Red Hat, Inc.* *hchir...@redhat.com | fusesource.com | redhat.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>*

Re: Using Apollo with LDAP/Active Directory

2012-11-03 Thread chirino
Try using the org.apache.activemq.jaas.LDAPLoginModule. Apollo redistributes all of ActiveMQ 5.x's login modules. -- View this message in context: http://activemq.2283324.n4.nabble.com/Using-Apollo-with-LDAP-Active-Directory-tp4658601p4658724.html Sent from the ActiveMQ - User mailing list arc

Re: Apollo as Windows Service

2012-08-22 Thread chirino
Hi Dean, Windows is known to be tricky to get classpaths right when jars are in a path with a space in it. Perhaps this is going on here. Did you by any chance install to a directory path that has a space in it? Regards, Hiram dean.ward wrote > > Hi all, > I've followed the instructions at >

Re: Apollo STOMP websockets authentication failure

2012-08-15 Thread Hiram Chirino
NECT > login:guest > passcode:guest123 > > <<< ERROR > message:Not authorized to connect to virtual host 'apollo'. > Principals=[org.apache.activemq.jaas.UserPrincipal(guest), > > org.apache.activemq.apollo.broker.security.SourceAddressPrincipal(0:0:0:0:0:0

Re: Apollo: Custom ACL Module

2012-08-13 Thread Hiram Chirino
des a plug-able interface (like Custom Login > Module) will resolved this problem. > > On Aug 10, 2012, at 8:38 PM, Hiram Chirino wrote: > > > Well, you could also just run a process which writes a new apollo.xml > file > > with the ACL rules queried from the DB periodical

Re: Apollo: Custom ACL Module

2012-08-10 Thread Hiram Chirino
Well, you could also just run a process which writes a new apollo.xml file with the ACL rules queried from the DB periodically but then your updating your disk constantly which is not as ideal. On Fri, Aug 10, 2012 at 8:36 AM, Hiram Chirino wrote: > The one way to you can do it today is to st

Re: Apollo: Custom ACL Module

2012-08-10 Thread Hiram Chirino
LiANG ZHENJiNG wrote: > i know i can i that. but what i looking for is a Dynamic ACL solution, > that means > i can decide who can access a resource base on some settings saved on my > db. > > is there any way to do this? > > 在 2012-8-10,4:09,Hiram Chirino 写道: > > > add

Re: Apollo: Custom ACL Module

2012-08-09 Thread Hiram Chirino
> -- > Zhenjing Liang > > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-23 Thread Hiram Chirino
reaking Stomp 1.0 compatibility would have been appreciated. Perhaps > there > > was one and I missed it? > > > > Nick > > > > > > > > -- > > View this message in context: > http://activemq.2283324.n4.nabble.com/5-5-to-5-6-upgrade-stomp-client-

Re: php/topic subscribe?

2012-06-26 Thread Hiram Chirino
Prefix the topic name with /topic/ Sent from my iPhone On Jun 26, 2012, at 5:45 AM, jana wrote: > I should add - thats the producer but this does not result in a topic on the > MQ but rather a queue. From java if I ask for the queue "mytopicname" I get > the msg. posted by the php code but if I

Re: Apollo usage of heart-beat header in Stomp 1.0 CONNECTED frame

2012-06-25 Thread Hiram Chirino
calhost > > CONNECTED > version:1.0 > server:apache-apollo/1.3 > session:mybroker-7da > heart-beat:100,1 > user-id:admin > > Regards > > -- > Michael Justin > habarisoft - Enterprise Messaging Software for Delphi > http://www.habarisoft.com/ > >

Re: Is there a windows service option for Apollo MQ?

2012-06-18 Thread Hiram Chirino
------ > For more information about Arnold & Porter LLP, click here : > http://www.arnoldporter.com > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: AMQ-1703 - Create lightweight ActiveMQ client jar

2012-06-08 Thread Hiram Chirino
> > > org.springframework > > spring-context > > > > org.fusesource.mqtt-client >mqtt-client > >

Re: World-writable KahaDB files?

2012-06-08 Thread Hiram Chirino
User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: Unable to connect/send messages with MQTT transport from JMS client

2012-06-08 Thread Hiram Chirino
= false} > > 2.2. with failover://(mqtt://localhost:61616) it always tries to > reconnect after approx. 30 seconds. > > 3. When I tried to send messages from MQTT client > (mqtt-client-1.2-uber.jar) - everything was fine. > > Question: > Are there any tricks in configurati

Re: leveldb messages lost

2012-06-08 Thread Hiram Chirino
the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: Apollo and perl client - unable to dequeue all messages from queue

2012-04-26 Thread Hiram Chirino
Hi Ivan, This should now be fixed in the following snapshot build: https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-apollo/99-trunk-SNAPSHOT/apache-apollo-99-trunk-20120426.164540-25-unix-distro.tar.gz On Thu, Apr 26, 2012 at 8:02 AM, Hiram Chirino wrote

Re: Apollo and perl client - unable to dequeue all messages from queue

2012-04-26 Thread Hiram Chirino
enqueues 1 messages > perl consume 1 ... dequeues 1 messages > > but > > perl produceenqueues 1 messages > for i in seq `1 100`; do perl consume 100; done is > blocked after a few runs (looks random count) > > > Thanks for any hel

Re: Build problem

2012-03-21 Thread Hiram Chirino
ed from 1.0 to 99-master-SHAPSHOT and maven can't seem to find that > dependency. Is there a new maven repo that contains this dependency? > > Thanks, > Chris > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.co

Re: Does ActiveMQ work with 32bit and 64bit Java installations?

2012-03-20 Thread Hiram Chirino
; > > > > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: Does apollo support anything like interceptors?

2012-03-16 Thread Hiram Chirino
> > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Does-apollo-support-anything-like-interceptors-tp4470806p4470806.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.*

[ANNOUNCE] You can now add MQTT v3.1 support to Apollo 1.1

2012-03-13 Thread Hiram Chirino
/fusemq-apollo/fusemq-apollo-mqtt -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: STOMP benchmarks / Apache Apollo / ActiveMQ

2012-02-21 Thread Hiram Chirino
result than a simple load test ? > > All the sends in the request/reply are sent without requesting a STOMP receipt. (Async send). In the persistent load test, the persistent scenarios are perform with receipt request and the the client waits for the broker's receipt response befor

Re: Java 1.7 compatibility

2012-02-16 Thread Hiram Chirino
anned for future releases? > Thanks! > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Java-1-7-compatibility-tp4391920p4391920.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Software Fel

Re: Does apollo support cluster and BDB HA?

2012-02-13 Thread Hiram Chirino
y just need to expose additional configuration options in the Apollo config file and wire those to the BDB library configuration. SuoNayi > > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<h

Re: Apollo 1.0 AssertionError on queue browser creation

2012-02-07 Thread Hiram Chirino
.java:472) >at org.fusesource.hawtdispatch.**internal.NioDispatchSource$3.** > run(NioDispa > tchSource.java:226) >at org.fusesource.hawtdispatch.**internal.SerialDispatchQueue.** > run(SerialDi > spatchQueue.java:83) >at org.fusesource.hawtdispatch.**in

Re: Apollo 1.0 unsubscribe durable subscriptions not successful

2012-02-07 Thread Hiram Chirino
eived: > CONNECTED > version:1.1 > server:apache-apollo/1.0 > session:mybroker-d12 > heart-beat:100,1 > user-id:admin > > > send: > SUBSCRIBE > destination:/topic/TEST.**DEFAULT > id:test > persistent:true > > > > received: > MESSAGE > subscri

Re: Apollo (1.0) disconnected after 5 seconds

2012-02-06 Thread Hiram Chirino
ion"? > > Kind Regards > Lars > > Skickat från min iPhone > > 6 feb 2012 kl. 14:46 skrev Hiram Chirino : > > > Ok. Opened up https://issues.apache.org/jira/browse/APLO-151 > > Should be simple to support. > > > > On Mon, Feb 6, 2012 at 7:58 A

Re: Apollo (1.0) disconnected after 5 seconds

2012-02-06 Thread Hiram Chirino
onfigure the broker, either by making the "disconnect time" > configurable or enable/disable the disconnect function, that would be > great. > > Kind Regards > Lars > > 2012/2/6 Hiram Chirino : > > Hi Lars, > > > > Apollo expects clients to send the

Re: Apollo (1.0) disconnected after 5 seconds

2012-02-06 Thread Hiram Chirino
and using several different client programs. > > Kind Regards > > Lars > -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chir

[ANNOUNCE] Apache Apollo 1.0 Released

2012-02-03 Thread Hiram Chirino
and let us know what you think! -- ** *Hiram Chirino* *Software Fellow | FuseSource Corp.* *chir...@fusesource.com | fusesource.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* * * * *

Re: Apollo and websockets

2012-01-31 Thread Hiram Chirino
Stomp frames get sent as binary to the JS client which it did not originally expect, so I've patched up the following JS client lib to handle that case: https://github.com/chirino/stomp-websocket On Tue, Jan 31, 2012 at 1:28 PM, chirino wrote: > Apollo does not yet supp

Re: Apollo and websockets

2012-01-31 Thread chirino
Apollo does not yet support WebSockets. :( Issue https://issues.apache.org/jira/browse/APLO-145 has already been raised. And I totally agree with it. We should suport it. -- View this message in context: http://activemq.2283324.n4.nabble.com/Apollo-and-websockets-tp4200336p4345411.html Sent

Re: activemq performance

2012-01-16 Thread chirino
Sounds like your closing the connection after every message sent in a tight loop. Your client or server might be running out of ephemeral TCP ports. Make sure you keep the JMS connection and session open for all your message sends. sivaprasad wrote > > after successfully sent 3500 messages i a

Re: Help with Apache NMS and Apache Apollo

2012-01-12 Thread Hiram Chirino
Hi Dave, First off, if your running apollo on windows, I recommend you switch the persistence mechanism from using leveldb to using bdb. The leveldb implementation on windows is still very buggy. You can find more info on how to switch it at: http://activemq.apache.org/apollo/documentation/getti

Re: Availability of Asynchronous IO feature (when running on linux)

2011-12-13 Thread Hiram Chirino
Hi Mohan, I'd recommend you try out the lastest release of Apollo [1] which is the core messaging engine that ActiveMQ 6 will be built on. You also might want to take a look at the performance comparison between Apollo and HornetQ which does use an AIO journal: http://hiramchirino.com/stomp-bench

Re: [ANNOUNCE] Apache Apollo 1.0 Beta 6 Released

2011-12-13 Thread Hiram Chirino
Oh, And in case your interested in "how much faster'? See: http://hiramchirino.com/blog/?p=167 Regards, Hiram FuseSource Web: http://fusesource.com/ On Tue, Dec 13, 2011 at 7:21 AM, Hiram Chirino wrote: > The Apache ActiveMQ team is proud to announce the release of Apache &g

[ANNOUNCE] Apache Apollo 1.0 Beta 6 Released

2011-12-13 Thread Hiram Chirino
The Apache ActiveMQ team is proud to announce the release of Apache Apolloversion 1.0 beta 6. ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ. It accomplishes this using a radically different threading and message d

Re: Latest on planned AMQP support

2011-10-12 Thread Hiram Chirino
Hi John I know that the fusesource guys started working on an AMQP 1.0 implementation over on github [1] which builds on top of the Apollo infrastructure. Not sure how complete it is yet. Perhaps Stan Lewis can comment on how complete it is. [1] https://github.com/fusesource/fabric/tree/master

Re: New to Apollo

2011-08-15 Thread Hiram Chirino
Hi Darren, On Sun, Aug 14, 2011 at 7:42 AM, Darren Govoni wrote: > Hi, >  I am testing out Apollo MQ for my app. I had to switch off ActiveMQ because > it couldn't handle the load. One newbie question. > > How do you cleanly shutdown the broker? There doesn't seem to be a 'stop' > directive simil

Re: Is there a roadmap?

2011-08-08 Thread Hiram Chirino
Sorry for the delay, So the goal of Apollo is to replicate all the features of ActiveMQ. ActiveMQ 5.x will continue to be supported even after ActiveMQ 6.x is released. But there is no timeline yet on when that will happen. Regards, Hiram FuseSource Web: http://fusesource.com/ On Thu, Jun

Re: [ANNOUNCE] Apollo 1.0 Beta 4 Released

2011-07-07 Thread Hiram Chirino
ently using openwire with activemq via apache > camel. > > Once openwire is added to apollo, will upgrading be essentially just > switching the server uri? > > > On Thu, Jul 7, 2011 at 9:27 AM, Hiram Chirino wrote: > >> Yes, >> >> We intend to add transports back

Re: [ANNOUNCE] Apollo 1.0 Beta 4 Released

2011-07-07 Thread Hiram Chirino
nal transports to Apollo then? Or will it > "inherit" ActiveMQ's additional transports when folded back in? > > On 7 July 2011 16:40, Hiram Chirino wrote: > >> No.  This is just a new messaging engine with a different >> architecture.  It has a reduced set of

Re: [ANNOUNCE] Apollo 1.0 Beta 4 Released

2011-07-07 Thread Hiram Chirino
t for ActiveMQ 6.0. Regards, Hiram FuseSource Web: http://fusesource.com/ On Thu, Jul 7, 2011 at 11:29 AM, James Green wrote: > Is ActiveMQ to be discontinued in favour of this in the future? > > On 7 July 2011 16:26, Hiram Chirino wrote: > >> The Apache ActiveMQ Project is

[ANNOUNCE] Apollo 1.0 Beta 4 Released

2011-07-07 Thread Hiram Chirino
The Apache ActiveMQ Project is pleased to announce the availability of Apollo 1.0 Beta 4. ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ. It is focused on being the fastest most reliable STOMP 1.1 and 1.0 server av

Re: Integer header in STOMP-submitted message for numeric selector (header>n) string?

2011-04-14 Thread Hiram Chirino
Hi Andreas, I fixed this in the Apollo [1] implementation of the STOMP protocol. The selector evaluation automatically casts Strings to Ints as needed to make the comparison work. We would need to double check that this is allowed in the JMS spec before doing the same change in ActiveMQ so that w

Re: Can we have some kind of semi-persistence?

2011-02-27 Thread Hiram Chirino
Believe so, yes. Regards, Hiram FuseSource Web: http://fusesource.com/ On Wed, Feb 23, 2011 at 4:08 AM, Lionel Cons wrote: > Hiram Chirino writes: >> So that's the default behavior of the Apollo based broker, but not >> ActiveMQ 5.x.  Think the best you can do is to se

Re: Can we have some kind of semi-persistence?

2011-02-22 Thread Hiram Chirino
So that's the default behavior of the Apollo based broker, but not ActiveMQ 5.x. Think the best you can do is to send messages async to the broker, with persistence enabled. Regards, Hiram FuseSource Web: http://fusesource.com/ On Tue, Feb 22, 2011 at 2:43 AM, Lionel Cons wrote: > As far as

Re: Free Fuse day - talks on Apache ActiveMQ, ServiceMix and Camel

2009-12-04 Thread Hiram Chirino
Yay! Just found out I'll be attending the San Francisco event! Anyone else able to make it out? On Mon, Nov 30, 2009 at 7:24 AM, Rob Davies wrote: > > If any folks are in New York on December 8th or near San Francisco on > December 10th - there is a free Community day sponsored by Fuse Source

Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Hiram Chirino
It looks like your running out of memory :) Bump up the JVM limits. Otherwise, you may need to think about the size of your messages and how big your consumer prefetches are setup to be. On Wed, Sep 30, 2009 at 1:30 PM, Jamie McCrindle wrote: > Hi All, > > I've just got hit by an OutOfMemoryErro

Re: stomp temporary topics

2009-08-18 Thread Hiram Chirino
Take a peek at: http://pavelgolubeff.ya.ru/replies.xml?item_no=1583&ncrnd=1643 It describes how you can setup a small script which will delete your unused topics. Just put it in cron job. Regards, Hiram On Tue, Jul 7, 2009 at 4:10 PM, Голубев Павел wrote: > Hello. > I am using activemq 5.2 as

Re: ActiveMQ 5 and Log4j JMSAppender error

2009-08-07 Thread Hiram Chirino
Wonder if we should just filter out our own log messages in the JMS appender, that way users can never get bitten by this problem. On Fri, Aug 7, 2009 at 5:00 AM, Gary Tully wrote: > great. thanks for completing the loop on this by sharing your solution :-) > > 2009/8/7 Kinski > > > > > I added

Re: ActiveMQ-CPP Version 3.0 RC3 Released

2009-06-04 Thread Hiram Chirino
after configure I ran: $ make make all-recursive Making all in src/main make[2]: execvp: ../../config/install-sh: Permission denied make[2]: *** [decaf/lang/.dirstamp] Error 127 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I had to chmod a+x config/install-sh I'm OS X. On Thu,

Re: ActiveMQ shutdown issue [Version 5.2.0]

2009-01-02 Thread Hiram Chirino
That error just means that the peer disconnected the socket without first sending a graceful SHUTDOWN command. On Fri, Jan 2, 2009 at 10:21 AM, ajitgirish wrote: > > I am using ActiveMq in my servers. I am facing a regular outage due to the > shutdown of this messsage broker. > > I am pasting the

Re: How to recieve the latest update in an Topic -- ActiveMQ

2008-08-19 Thread Hiram Chirino
You want to enable the the last image subscription recovery policy in conjunction with the retro active consumer.. See: http://activemq.apache.org/subscription-recovery-policy.html http://activemq.apache.org/retroactive-consumer.html On Tue, Aug 19, 2008 at 6:47 AM, John12345 <[EMAIL PROTECTED]>

  1   2   3   >