Re: [ARTEMIS] Can Artemis act as a proxy for Artemis?

2018-06-27 Thread Victor
>I'm not aware of any functionality in the broker that fulfills this > requirement. Thanks > At this point I can't really comment on any alternative solution because I ... Yeah, sorry about that I might have overshared too many details :( 2018-06-27 17:13 GMT-07:00 Justin Bertram : > > I

Re: [ARTEMIS] Can Artemis act as a proxy for Artemis?

2018-06-27 Thread Justin Bertram
> I was wondering if such a thing as a store-and-forward minus the store part > (hence the no queues) was possible at all... I'm not aware of any functionality in the broker that fulfills this requirement. At this point I can't really comment on any alternative solution because I really don't

RE: Questions on queue message counters

2018-06-27 Thread Neha Sareen
Hi Justin, I have some follow up questions here to your response as I try to correlate this with the official Artemis API documentation: 1. > Trying to understand the resetMessageCounter() API. Does this reset > all the queue counters to 0? Also, does it set a reset time, which we can leverage

Re: [ARTEMIS] Can Artemis act as a proxy for Artemis?

2018-06-27 Thread Victor
> I'm not clear on the role which the proxies would play. Can you clarify that? I believe today it is doable in a network of brokers fashion doing store and forward. If I store then I'd need backups and the point is lost. I was wondering if such a thing as a store-and-forward minus the store

Re: [ARTEMIS] Can Artemis act as a proxy for Artemis?

2018-06-27 Thread Justin Bertram
I'm not clear on the role which the proxies would play. Can you clarify that? In general, if you had a broker with no queues then any client trying to send message to that broker would fail. Neither the connections nor the messages would somehow pass through that broker to another broker.

Re: Frequently getting error in ActiveMQ and ActiveMQ gets stopped

2018-06-27 Thread xabhi
you can take a look at this wiki page - http://activemq.apache.org/activemq-inactivitymonitor.html and increase 'wireFormat.maxInactivityDuration' to a higher value. Thanks, Abhi -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html