Hey,
just checking in again if you can provide some feedback on this - would
be much appreciated.
Best,
Christian
On 13.01.25 09:58, Christian Ortlepp wrote:
External Message - Please be cautious when opening links or attachments
We seem to be using only the
org.apache.artemis.client.cd
We seem to be using only the
org.apache.artemis.client.cdi.configuration.ArtemisClientConfiguration
interface in order to register a custom configuration (according to the
comments in our code this prevents artemis from using an embedded broker
instead of our external one). We are not using any
> Am I missing something or is there no jakarta alternative for
artemis-cdi-client yet?
You're not missing anything. There is currently no Jakarta alternative for
the artemis-cdi-client module.
> If so, is there something planned in this regard...
There is nothing currently planned as far as I'm
Hi,
I am currently trying to migrate a project which uses
artemis-jms-client, artemis-jms-server, artemis-jdbc-store and
artemis-cdi-client from javax to jakarta. While there are jakarta
replacements for the client and server and the jdbc-store dependency
doesn't seem to use javax/jakarta, ar