Re: Apache Apollo - Consumer priority

2017-12-03 Thread Tim Bain
s there an equivalent to activemq "activemq.priority" to set consumer > priority by weight in Apache Apollo? > > Thank you, > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User- > f2341805.html >

Apache Apollo - Consumer priority

2017-12-03 Thread hugoveillette
Hi, is there an equivalent to activemq "activemq.priority" to set consumer priority by weight in Apache Apollo? Thank you, -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Authorization problem in Apache Apollo

2016-02-22 Thread Patrick Vansevenant
I have a problem with configuring the access control rules in Apache Apollo. Everything works fine when I don't use the attribute id or when the attribute id="*". At the moment that I want to use a real queue name for the attribute id then it goes wrong. What format does th

Re: Apache Apollo: stop receiving messages until restarting the Apollo broker

2016-02-17 Thread mark2
7.1, Apollo is installed with root user. In Amazon Linux, generic user is used, which is the same user as client program runs. Any idea to solve this issue? -- View this message in context: http://activemq.2283324.n4.nabble.com/Apache-Apollo-stop-receiving-messages-until-restarting-th

Apache Apollo: stop receiving messages until restarting the Apollo broker

2016-02-16 Thread mark2
I am using Apache Apollo 1.7.1, one topic is subscribed by 2 clients. When publishing a lot of messages with the topic, one or two clients stop receiving the messages. To check the topic status, messages not received yet remain in the Apollo. It doesn't work even if client program is rest

Re: Configuring a custom protocol filter in Apache Apollo

2015-10-15 Thread docgkill
document is not update. but i see dtd and guesee... it's working -- View this message in context: http://activemq.2283324.n4.nabble.com/Configuring-a-custom-protocol-filter-in-Apache-Apollo-tp4700415p4702981.html Sent from the ActiveMQ - User mailing

Configuring a custom protocol filter in Apache Apollo

2015-08-04 Thread nyanaga
.n4.nabble.com/Does-apollo-support-anything-like-interceptors-td4470806.html> However, I am not able to add children to . Thanks, Nathan -- View this message in context: http://activemq.2283324.n4.nabble.com/Configuring-a-custom-protocol-filter-in-Apache-Apollo-tp4700415.html Sent fr

Connecting to Apache Apollo using SSL and AMQP

2015-06-24 Thread dylan25
Hello, I am currently trying to implement SSL/AMQPS functionality into an AMQP 1.0 client for Apache Apollo that I have written. This client uses the Proton Messenger API. I have been experimenting with SSL functionality using Proton's /send/ and /recv/ examples. I'm not sure if I am s

Re: Apache Apollo AMQP Message Size Limit

2015-06-09 Thread dylan25
The receiver is getting a message, although it comes up empty. Would anyone possibly know what could be causing this? -- View this message in context: http://activemq.2283324.n4.nabble.com/Apache-Apollo-AMQP-Message-Size-Limit-tp4697469p4697592.html Sent from the ActiveMQ - User mailing list

Apache Apollo AMQP Message Size Limitri

2015-06-09 Thread dylan25
Hello, I am working on integrating an AMQP 1.0 client with the Apache Apollo server. I am able to send and receive messages up to a certain size (around 16k). After that, the contents of the message will come up as null on the receiving end. I was able to send/receive these messages with another

Re: how to unsubscribe a frame using apache apollo?

2015-04-20 Thread Jamie G.
Here's a brief sample code: Stomp stomp = new Stomp("localhost", 61613); Future future = stomp.connectFuture(); FutureConnection connection = future.await(); AsciiBuffer id = connection.nextId(); StompFrame unsubscribe = new StompFrame(UNSUBSCRIBE); unsubscribe.addHeader(ID, id); Future unsu

Re: Is there a way to authorize dynamic destinations with Apache Apollo MQ?

2015-04-08 Thread Kevin Burton
View this message in context: > http://activemq.2283324.n4.nabble.com/Is-there-a-way-to-authorize-dynamic-destinations-with-Apache-Apollo-MQ-tp4694359p4694586.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- Founder/CEO Spinn3r.com Location: *Sa

Re: Is there a way to authorize dynamic destinations with Apache Apollo MQ?

2015-04-08 Thread redboy1972
What is the best way to find out if it is being phased out? -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-way-to-authorize-dynamic-destinations-with-Apache-Apollo-MQ-tp4694359p4694586.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Is there a way to authorize dynamic destinations with Apache Apollo MQ?

2015-04-08 Thread Kevin Burton
tern matcher with username / clientID replacements and > +/*/?/etc This pattern will be pulled from the config file. > > If they are nearly identical I may see about adding it to Apollo by > contacting commiters. > > > > -- > View this message in context: > http://activemq.

Re: Is there a way to authorize dynamic destinations with Apache Apollo MQ?

2015-04-08 Thread redboy1972
nearly identical I may see about adding it to Apollo by contacting commiters. -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-way-to-authorize-dynamic-destinations-with-Apache-Apollo-MQ-tp4694359p4694578.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Is there a way to authorize dynamic destinations with Apache Apollo MQ?

2015-04-06 Thread redboy1972
I have a similar request to : http://activemq.2283324.n4.nabble.com/Is-it-possible-to-use-Client-Certs-for-Authentication-Authorization-for-Apollo-tt4668985.html#a4669234 Is there a way to authorize dynamic destinations with Apache Apollo MQ? What I would like is to make it so that 1) users may

Re: Any clustering implementation in Apache Apollo?

2014-09-17 Thread Sigmund Lee
ribed to the wrong mailing list? >> >> On Mon, Sep 15, 2014 at 3:44 PM, Sigmund Lee wrote: >> >> Hi all, >>> >>> Currently we have a push notification service based on MQTT + Apache >>> Apollo. But our current implementation does not tolerate fail

Re: Any clustering implementation in Apache Apollo?

2014-09-17 Thread Timothy Bish
On 09/16/2014 08:16 PM, Sigmund Lee wrote: Anyone help me pls? Am I subscribed to the wrong mailing list? On Mon, Sep 15, 2014 at 3:44 PM, Sigmund Lee wrote: Hi all, Currently we have a push notification service based on MQTT + Apache Apollo. But our current implementation does not tolerate

Re: Any clustering implementation in Apache Apollo?

2014-09-16 Thread Sigmund Lee
Anyone help me pls? Am I subscribed to the wrong mailing list? On Mon, Sep 15, 2014 at 3:44 PM, Sigmund Lee wrote: > Hi all, > > Currently we have a push notification service based on MQTT + Apache > Apollo. But our current implementation does not tolerate failure well since > th

Any clustering implementation in Apache Apollo?

2014-09-15 Thread Sigmund Lee
Hi all, Currently we have a push notification service based on MQTT + Apache Apollo. But our current implementation does not tolerate failure well since there is only one broker instance, so I wonder if there is any scalable load-balancing implementation in Apache Apollo? Thanks in advance

Re: Out of Memory Error Apache apollo 1.6

2014-06-13 Thread Nate Sarr
MessageConsumer. Any ideas what might be causing the issue ? Thanks, -Nate On Wed, Jun 11, 2014 at 9:09 AM, Christian Posta wrote: > Might be better to take a heap dump and let us know. > > > On Wed, Jun 11, 2014 at 6:08 AM, Nate Sarr wrote: > > > Hi > > > > We are usi

Re: Out of Memory Error Apache apollo 1.6

2014-06-11 Thread Christian Posta
Might be better to take a heap dump and let us know. On Wed, Jun 11, 2014 at 6:08 AM, Nate Sarr wrote: > Hi > > We are using apache apollo 1.6 and every so often we run into an out of > memory error - the following is the stack trace that was printed

Out of Memory Error Apache apollo 1.6

2014-06-11 Thread Nate Sarr
Hi We are using apache apollo 1.6 and every so often we run into an out of memory error - the following is the stack trace that was printed to the log: java.lang.OutOfMemoryError: Java heap space at scala.collection.mutable.ResizableArray$class.ensureSize(ResizableArray.scala:99

Jolokia URL Path for Apache Apollo 1.7

2014-05-05 Thread ramakrishnand
I am using my HawtIo chrome plugin to manage the current ActiveMQ 5.9.1 by using the Jolokia path /api/jolokia. I am now evaluating Apache Apollo 1.7. I don't see the Jolokia URL listed anywhere. Can someone please let me know the URL Path? Regards, Ramki. -- View this message in co

Jolokia URL Path for Apache Apollo 1.7

2014-05-05 Thread ramakrishnand
I am using my HawtIo chrome plugin to manage the current ActiveMQ 5.9.1 by using the Jolokia path /api/jolokia. I am now evaluating Apache Apollo 1.7. I don't see the Jolokia URL listed anywhere. Can someone please let me know the URL Path? Regards, Ramki. -- View this message in co

Apache Apollo 1.7 CPU Load High After Upgrade

2014-04-02 Thread Raphael Seebacher
HiAfter upgrading Apache Apollo from version 1.6 to version 1.7, I noted quite a considerable increase in CPU load on the respective host. Please refer to the attached image for details. There are roughly 1500 clients connected to the broker, sending approximately 1 message per second on

Apache Apollo 1.6 corrupt STOMP messages in store

2014-02-21 Thread Raphael Seebacher
Hi We use Apache Apollo 1.6 and STOMP for messaging in our production system. So far only one application uses this messaging system, but we plan to migrate more critical applications to this setup. Setup / Configuration: Approximately 2500 clients are permanently connected to the broker

Re: Apache Apollo Limit Topics

2013-08-15 Thread Christian Posta
Well, Apollo was built to be able to sustain large numbers of destinations. But don't take it from us, if I were you I would take a look here: https://github.com/chirino/mqtt-benchmark and run a benchmark to be sure. On Thu, Aug 15, 2013 at 8:12 AM, Leonardo Bragatti wrote: > Hi everybody, >

Apache Apollo Limit Topics

2013-08-15 Thread Leonardo Bragatti
Hi everybody, First of all, thanks for let me joining the group Someone can help me with the following question: I'm using the MQTT Protocol to manage the message between my applications The device connect to server and create a dsub, and this dsub is the consumer of the topics The topics refer to

Re: Apache Apollo!

2013-01-02 Thread Christian Posta
l, > > > > I've added Part II to my introduction to Apache Apollo: > > > > http://www.christianposta.com/blog/?p=278 > > > > Check Apollo here: http://activemq.apache.org/apollo/ > > > > Interesting! > > Although I'm not an ActiveMQ use

Re: Apache Apollo!

2013-01-02 Thread Fulko Hew
On Wed, Jan 2, 2013 at 10:16 AM, Christian Posta wrote: > Hey All, > > I've added Part II to my introduction to Apache Apollo: > > http://www.christianposta.com/blog/?p=278 > > Check Apollo here: http://activemq.apache.org/apollo/ > Interesting! Although I'm n

Re: Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-26 Thread bhavesh.patel
chSubtree=true roleBase="ou=Group,ou=ActiveMQ,ou=system" roleName=cn roleSearchMatching="(member=uid={1})" roleSearchSubtree=true ; } I really appreciate your help . Thanks Again -- View this message in context: http://activemq.2283324.n4.nabble.com/Apache

Re: Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-25 Thread Hiram Chirino
aas.GroupPrincipal objects to the subject. You will need to configure the authorization rules in apollo.xml appropriately. On Fri, Nov 23, 2012 at 2:59 PM, bhavesh.patel wrote: > Hi > I want to know if Apache Apollo Broker Connection to LDAP OVER SSL exists . > From the documents it s

Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-25 Thread bhavesh.patel
Hi I want to know if Apache Apollo Broker Connection to LDAP OVER SSL exists . >From the documents it seems it doesnt exist . connectionProtocol is accepting blank string for now .Can you please let me know if there is a way to connect Apollo broker to Authenticate user over LDAP with SSL. Ple

Re: STOMP benchmarks / Apache Apollo / ActiveMQ

2012-02-21 Thread Hiram Chirino
On Mon, Feb 20, 2012 at 12:45 PM, Hervé BARRAULT wrote: > Hi, > i have seen an interesting benchmark of activemq : > http://hiramchirino.com/blog/2012/02/apache-apollo-1-0-released/ > > But there are some measurements that i don't understand : > Queue Load/UnloadPersi

STOMP benchmarks / Apache Apollo / ActiveMQ

2012-02-20 Thread Hervé BARRAULT
Hi, i have seen an interesting benchmark of activemq : http://hiramchirino.com/blog/2012/02/apache-apollo-1-0-released/ But there are some measurements that i don't understand : Queue Load/UnloadPersistentLoad : 20b payload => AMQ 5.5.1 ~ 250 msgs/s (Apollo not really stable ~500 msgs/s)

[ANNOUNCE] Apache Apollo 1.0 Released

2012-02-03 Thread Hiram Chirino
The Apache ActiveMQ project is pleased to announce the availability of Apache Apollo <http://activemq.apache.org/apollo> 1.0. Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the ActiveMQ project but with a radically different thr

Re: Help with Apache NMS and Apache Apollo

2012-01-12 Thread Hiram Chirino
January 2012 17:06 > To: users@activemq.apache.org > Subject: RE: Help with Apache NMS and Apache Apollo > > Tim, > > I'm still having the same issue with the latest version of the libraries. > After pulling up the code, it looks like the socket connection is being >

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
ve Thompson [mailto:dave.thomp...@elmbridgetech.com] Sent: 06 January 2012 17:06 To: users@activemq.apache.org Subject: RE: Help with Apache NMS and Apache Apollo Tim, I'm still having the same issue with the latest version of the libraries. After pulling up the code, it looks like the socket conn

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
vemq.apache.org Subject: RE: Help with Apache NMS and Apache Apollo Tim, Thanks very much. I'll download that and try it out. Just for reference purposes - is there any documentation or sample code floating around for a STOMP connection, or is it just a case of trial and error? Thanks,

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
abish...@gmail.com] Sent: 06 January 2012 16:51 To: users@activemq.apache.org Subject: RE: Help with Apache NMS and Apache Apollo On Fri, 2012-01-06 at 16:42 +, Dave Thompson wrote: > Tim, > > Thanks for your response! > > I'm currently using NMS 1.5.1 and Apollo 1.0-beta6 -

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Timothy Bish
egards Tim. > > -Original Message- > From: Timothy Bish [mailto:tabish...@gmail.com] > Sent: 06 January 2012 16:35 > To: users@activemq.apache.org > Subject: Re: Help with Apache NMS and Apache Apollo > > On Fri, 2012-01-06 at 16:04 +, Dave Thompson wrote: > &

RE: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
l/snappy/Snappy. Thanks very much for your help... Dave -Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 06 January 2012 16:35 To: users@activemq.apache.org Subject: Re: Help with Apache NMS and Apache Apollo On Fri, 2012-01-06 at 16:04 +, Dave Thompson wro

Re: Help with Apache NMS and Apache Apollo

2012-01-06 Thread Timothy Bish
On Fri, 2012-01-06 at 16:04 +, Dave Thompson wrote: > Hello all, > > Is there any documentation available for trying to connect Apache NMS to > Apache Apollo? I'm trying my hardest to do this myself, but NMS just won't > connect to the broker, giving a &quo

Help with Apache NMS and Apache Apollo

2012-01-06 Thread Dave Thompson
Hello all, Is there any documentation available for trying to connect Apache NMS to Apache Apollo? I'm trying my hardest to do this myself, but NMS just won't connect to the broker, giving a "Unable to read data from the transport connection: An existing connection was forcibl

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 > Apolloversion 1.

[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