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: 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

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

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
Hi Justin and Matt, It seems OpenWire has a C-API at this address: http://svn.apache.org/repos/asf/activemq/sandbox/openwire-c/ The problem is that there isn't much documentation about what to do with OpenWire C Client code. Also I need to make the 64-bit build of that OpenWire C-API. Do you have

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
Thank you Matt. I am going to look into it right now. Thanks, Brian Virus-free. www.avast.com

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Matt Pavlovich
I echo what Justin said about the recommending to use a STOMP or other protocol library for C. FWIW— There is an unmaintained c-library here-- https://github.com/fusesource/fusemq-c that is a C wrapper around the C++ library. This would need major updati

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Brian Alizadeh
Hi Justin, Thanks a lot for your reply and the information. Thanks, Brian Virus-free. www.avast.com

Re: Question regarding ActiveMQ C-API

2022-03-15 Thread Justin Bertram
Both ActiveMQ brokers (i.e. "Classic" and Artemis) support industry standard protocols like AMQP, STOMP, MQTT, etc. Clients for these protocols are available on a wide variety of platforms in numerous different languages. These clients are not developed or maintained by the ActiveMQ community. They

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: