Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Brian Alizadeh
Oh I see, that makes sense now. Thanks a lot. I am going to search for "amqp c client" and "stomp c client" as you suggested. Thanks, Brian Virus-free. www.avast.com

Re: Artemis - High Availability Replica mode

2022-03-16 Thread Justin Bertram
How you create the connection shouldn't really be an issue because you should only be creating the connection *once* and then using that same connection for all the work you need to do. Once the connection is established it should work essentially the same whether you use ha=true or not. Can you e

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Justin Bertram
First, you want more than just an API. You want a full client implementation. Therefore, I would suggest searching for "amqp c client" or "stomp c client". Second, you don't really need to include "activemq" in your search as AMQP and STOMP are standard protocols used for lots of use-cases that ha

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Brian Alizadeh
Thank you Justin. One more question. As you suggested earlier, I was looking to find a C client which supports either AMQP or STOMP. To find that, I was just searching "amqp c api", "stomp c api", "amqp c api activemq" and "stomp c api activemq" on Google, and just found one repository which was l

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Justin Bertram
For what it's worth, all current code-bases have been migrated to Git. If you find anything in Subversion you can be assured it is woefully out-of-date. Justin On Wed, Mar 16, 2022 at 11:35 AM Brian Alizadeh wrote: > Thank you Timothy. I am going to look into that. > > Brian > > < > https://ww

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Brian Alizadeh
Thank you Timothy. I am going to look into that. Brian Virus-free. www.avast.com

Artemis - High Availability Replica mode

2022-03-16 Thread DEEPTHI KOLLIPARA
Dear Users, We are using artemis HA in replica mode with master/slave configuration. From the web application we are connecting to the artemis with org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory ActiveMQConnectionFactory actMQConnFactory = new ActiveMQConnectionFactory(conne

Re: Durable subscriptions with fqqn results in AMQ229019: Queue already exists

2022-03-16 Thread Robbie Gemmell
Is it really a workaround? I was under the impression that was the actual expected use case, and its the only example given in the docs. On Wed, 16 Mar 2022 at 13:39, Justin Bertram wrote: > > Is the work-around I outlined viable for you or are you waiting on the fix? > > > Justin > > On Wed, Mar

Re: Dynamic federation setup - ActiveMQ Artemis

2022-03-16 Thread Justin Bertram
You are right that federation configuration is not part of the configuration reload process. As noted in the documentation [1], these are the only configurations processed during reload: - Address Settings - Security Settings - Diverts - Addresses & queues I recently added bridges to that via

Dynamic federation setup - ActiveMQ Artemis

2022-03-16 Thread Daniel Eichinger
Hello everyone, I'm currently playing around with the Federation concept of ActiveMQ Artemis. >From the examples and my own experience I came to the conclusion that its >currently not possible to dynamically create an address >federation

Re: Durable subscriptions with fqqn results in AMQ229019: Queue already exists

2022-03-16 Thread Justin Bertram
Is the work-around I outlined viable for you or are you waiting on the fix? Justin On Wed, Mar 16, 2022 at 6:01 AM Frison, Louisa (EXT) < louisa.fri...@union-investment.de> wrote: > Cool, I just opened a ticket for it, thanks for taking the time to answer > my question ! > > Louisa > >

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Timothy Bish
On 3/16/22 01:42, Brian Alizadeh wrote: Hi Justin and Matt, It seems OpenWire has a C-API at this address: http://svn.apache.org/repos/asf/activemq/sandbox/openwire-c/ That client was never released or maintained in any way so using it would be a dead end.  I'd suggest as others have that you

Durable subscriptions with fqqn results in AMQ229019: Queue already exists

2022-03-16 Thread Frison, Louisa (EXT)
Cool, I just opened a ticket for it, thanks for taking the time to answer my question ! Louisa