Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Brian Alizadeh
andard protocols used for lots of use-cases that have > nothing to do with ActiveMQ. Any client that implements either AMQP or > STOMP can be used with ActiveMQ. That's the beauty of standards. > > > Justin > > On Wed, Mar 16, 2022 at 11:52 AM Brian Alizadeh > wrot

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Brian Alizadeh
tm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, Mar 16, 2022 at 9:44 AM Justin Bertram wrote: > 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. >

Re: Question regarding ActiveMQ C-API

2022-03-16 Thread Brian Alizadeh
e=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, Mar 16, 2022 at 6:17 AM Timothy Bish wrote: > On 3/16/22 01:42, Brian Alizadeh wrote: > > Hi Justin and Matt, > > > > It seems OpenWire ha

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
l&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Tue, Mar 15, 2022 at 2:51 PM Brian Alizadeh wrote: > Thank you Matt. I am going to look into it right now. > > Thanks, > Brian >

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
for C. > > FWIW— There is an unmaintained c-library here-- > https://github.com/fusesource/fusemq-c < > https://github.com/fusesource/fusemq-c> that is a C wrapper around the > C++ library. This would need major updating to be useful. > > Thanks, > Matt Pavlovich > > >

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
ally > speaking there are OpenWire client implementations for both C++ [1] and > .NET [2], but neither of those will fit your needs. > > My recommendation is to find a C client which supports either AMQP or > STOMP. > > > Justin > > [1] https://activemq.apache.or

Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
Dear Sir/Madam, We have a product that uses Sun Message Queue. Our plan is to change the Sun Message Queue with other products. I found out about ActiveMQ and it seems to be a good replacement for Sun Message Queue. I tried to find the ActiveMQ C-API but couldn't find it yet. I found this link: