SVN still in use?

2020-03-23 Thread Bruce Snyder
It has come to my attention that Subversion is still being used for ActiveMQ project releases. Most projects have migrated to using https://dist.apache.org.org/repos/dist for uploading releases, and, in fact, the ASF Infra team confirmed that this is the new standard. Is it possible to move our

Re: [GitHub] activemq-artemis issue #1316: ARTEMIS-1205: AMQP Shared Durable Subscriber i...

2020-03-23 Thread Thank you 123
Hi, So i have gone through the issue. my question: so how do we specify the that a address with 2 queues are using shared subscription ? Does it need a client_id specified or not. where do we get god documentation on artemis 2.10 which has some examples kind of things and all. TIA -- Sent

Re: [DISCUSSION] AMQP paging is triggering reencode: it's possible to avoid it?

2020-03-23 Thread Robbie Gemmell
Removing that behaviour seems reasonable, a non-durable message isnt really durable just because the broker decided to page it. That said, it seems an odd thing to be doing deliberately without some particular reason, i.e is removing it going to be undoing something or reintroducing some other

Porting JAVA examples to C#

2020-03-23 Thread Ruslan.Shupoval
Hello to everyone. I'd like to port java examples located at " ActiveMQ OpenWire " to C#. Prior to start doing this I'd like to clarify a few things: Does the ActiveMQ OpenWire