Just to note there is NMS Amqp, from our same ActiveMQ project that provides a
JMS like api for .NetĀ Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: Clebert Suconic
<[email protected]> Date: 28/05/2020 23:10 (GMT+00:00) To:
[email protected] Subject: Re: Examples for using Artemis core api in C#
(NOT .net core) You should use AMQP with .NET.The support for AMQP in Artemis
is native.. meaning there's noconversion between protocols if you send AMQP and
receive AMQP.with Artemis 2.13.0 I believe the performance of AMQP is as good
as core.look for instance onexamples/protocols/amqp/dotnet/HighPerformanceLoad
as part of thedownload.On Thu, May 28, 2020 at 4:39 PM kigerm
<[email protected]> wrote:>> Can anyone point me to any examples
of using the Artemis Core API with .NET?> Not .NET CoreĀ but .NET version 4.5
or so.> Thanks,>>>>> --> Sent from:
http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html-- Clebert
Suconic