Which Java version is recommended per each version of Artemis?

2019-11-26 Thread Victor
Hi all, For a short period of time there was a pre-requisites section in the documentation stating the Java version recommended to run Artemis ( http://activemq.apache.org/components/artemis/documentation/1.0.0/running-server.html ) . I can't find such info anymore. Is this documented somewhere?

Re: ActiveMQ/Artemis usage in µS architecture (Docker/Kubernetes)

2018-11-01 Thread Victor
Hi I gave it a run here: https://github.com/vromero/activemq-artemis-docker and here https://github.com/vromero/activemq-artemis-helm El mié., 31 oct. 2018 a las 11:53, Clebert Suconic (< clebert.suco...@gmail.com>) escribió: > I'm currently working on Docker integration for ActiveMQ Artemis.

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

2018-06-27 Thread Victor
ally comment on any alternative solution because I > really don't understand the problem. I've not really worked with > Kubernetes or helm before so I'm not clear on how the architecture works > and how it fits (or doesn't fit) with Artemis clustering & HA. > &

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

2018-06-27 Thread Victor
ass through that broker to another broker. > > > Justin > > On Tue, Jun 26, 2018 at 11:25 PM, Victor wrote: > > > I'm still playing with different topologies of ActiveMQ Artemis in > > Kubernetes. An almost satisfactory one (also playing with colocated but > >

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

2018-06-26 Thread Victor
I'm still playing with different topologies of ActiveMQ Artemis in Kubernetes. An almost satisfactory one (also playing with colocated but anti-affinity is difficult there) is to have master and slaves paired in two stateful sets: +---+ | |

Re: Ring buffer with Artemis: paging mode

2017-05-01 Thread Victor
t implemented. > > > Justin > > [1] http://sensatic.net/messaging/messaging-anti-patterns-part-1.html > > - Original Message - > From: "Victor" > To: users@activemq.apache.org > Sent: Monday, May 1, 2017 4:06:21 PM > Subject: Re: Ring buffer with A

Re: Ring buffer with Artemis: paging mode

2017-05-01 Thread Victor
Sorry, forgot to mention that I was planning to combine it with retroactive consumers too, but the only thing I can find is inconclusive: https://issues.apache.org/jira/browse/ARTEMIS-402 2017-05-01 14:04 GMT-07:00 Victor : > Hi all, > > I have been considering to implement something s

Ring buffer with Artemis: paging mode

2017-05-01 Thread Victor
Hi all, I have been considering to implement something similar to a ring buffer with artemis to deliver server metrics to a number of backends: I was hoping to be able to: - have a topic √ - limit paging with a max disk usage √ - drop messages when the disk page limit is reached ? - higher prior

Re: ActiveMQ or Artemis in a Docker Swarm?

2017-04-28 Thread Victor
I haven't done it specifically for docker swarm, but you could take a look and adapt my approach for Kubernetes: https://github.com/vromero/charts/tree/gh-pages/activemq-artemis 2017-04-27 6:21 GMT-07:00 Lachezar Dobrev : > Hello all. > I'm just beginning with Docker Swarm and am wondering t

Re: Artemis 2.0 in Docker 61616 not initialized

2017-04-12 Thread Victor
Are you using my image? https://github.com/vromero/activemq-artemis-docker ? I haven't released yet 2.0, but it is just a matter of rebuilding changing a tag. 2017-04-12 12:23 GMT-07:00 mtod : > I'm running Artemis 2.0 in docker everything seems fine in the logs but I'm > not able to access from

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
On Wed, Sep 28, 2011 at 5:19 PM, Timothy Bish wrote: > On Wed, 2011-09-28 at 15:55 -0500, Victor Perez wrote: > > On Wed, Sep 28, 2011 at 3:17 PM, Timothy Bish > wrote: > > > > > On Wed, 2011-09-28 at 15:09 -0500, Victor Perez wrote: > > > > On Wed

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
On Wed, Sep 28, 2011 at 3:17 PM, Timothy Bish wrote: > On Wed, 2011-09-28 at 15:09 -0500, Victor Perez wrote: > > On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish > wrote: > > > > > On Wed, 2011-09-28 at 11:41 -0500, Victor Perez wrote: > > > > We have a R

Re: STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
On Wed, Sep 28, 2011 at 1:47 PM, Timothy Bish wrote: > On Wed, 2011-09-28 at 11:41 -0500, Victor Perez wrote: > > We have a Ruby app publishing messages to ActiveMQ through STOMP. When I > use > > Apache.NMS.Stomp in .NET to consume the messages, they come in as > > IByte

STOMP NMS: cannot retrieve messages published from ruby

2011-09-28 Thread Victor Perez
We have a Ruby app publishing messages to ActiveMQ through STOMP. When I use Apache.NMS.Stomp in .NET to consume the messages, they come in as IBytesMessage with no content. If I use NMS to publish a message, it can be consumed with no problems by our ruby, java and NMS (.NET) apps. When i publish

Can't get stomp to work in .Net

2011-09-13 Thread Victor Perez
We have this ActiveMQ server used corporate-wide, with many applications written in Ruby, Java and C++ talking to it using STOMP. Now I have been asked to write a .Net service to access one of the queues populated from a Ruby app. It all goes well until I try to connect to the queue using STOMP, w