Re: Learning steps / Artemis and bidirectional federated queue for IoT context.

2023-03-14 Thread Yoann Gini
Thanks for your input Justin! Maybe IoT was missleading here, if I speak about EdgeComputing does it change your answer? One of the reasons I was looking for that architecture and that I forgot to mention was the ability to use also the MQ between multiple services locally to the edge. So ea

Re: Learning steps / Artemis and bidirectional federated queue for IoT context.

2023-03-14 Thread Justin Bertram
Generally speaking, the software that runs on IoT devices is designed with the unique constraints of IoT in mind (e.g. poor or intermittent network connectivity, limited processing capacity, small amount of memory, low power, etc.). MQTT, for example, is often used for messaging in IoT contexts an

Re: Re: Query on OracleJava alternative for ActiveMQ

2023-03-14 Thread Justin Bertram
No. As the website [1] states: Java compatibility: 11+ The latest release that is compatible with Java 8 is 5.16.6. Justin [1] https://activemq.apache.org/components/classic/download/ On Tue, Mar 14, 2023 at 1:21 PM ABURTO, BRUNO M CTR USAF ACC 99 RS/MPC wrote: > Can I continue to use Jav

RE: Re: Query on OracleJava alternative for ActiveMQ

2023-03-14 Thread ABURTO, BRUNO M CTR USAF ACC 99 RS/MPC
Can I continue to use Java 8 with version 5.17.4? On 2023/02/22 16:08:58 Matt Pavlovich wrote: > Hello Jana- > > As far as I know, there have been no reported issues specific to the recent > generation of JDK releases by vendor. The most important thing is to use > latest releases to incorporat

Re: Artemis QoS while crossing connectors

2023-03-14 Thread Justin Bertram
Generally speaking, how a message is published has nothing to do with how it is consumed. This is one of the main benefits of the decoupled nature of messaging. Furthermore, every protocol has its own semantics when it comes to guarantees for consuming and/or producing messages. Therefore, when y

Learning steps / Artemis and bidirectional federated queue for IoT context.

2023-03-14 Thread Yoann Gini
Hello, I'm new here and I'm working on an IoT issue where I'm wondering if Artemis and federated queue could help. I'm learning the software in the same time I'm trying to achieve something, so I would like to have your opinion on this: will it work? Is it a good idea? And do you have sample co

Artemis QoS while crossing connectors

2023-03-14 Thread Modanese, Riccardo
Hello, I'm pretty ignorant about AMQP protocol and Artemis broker internals so please excuse me if my question is inappropriate. I didn’t find a clear documentation telling what happens about the MQTT QoS (subscribed or published messages) while crossing the connector boundary. I me