I’ve been getting a few questions lately around using Quarkus or Micronaut with Solace messaging APIs. I’ll admit I’m not an expert in either of those, is anyone using them? If so, have you been successful? Any chance you can share a project?
@gaetancollaud - I saw you posted a while back about Quarkus, did you get it working?
I used Solace with Quarkus successfully. I just had an issue with some certificates but that was resolved in the post that you mentioned. And this issue was only when compiling to a native executable. The JVM mode was fine.
I cannot show you the code, but it’s just a simple java app using the Quarkus framework, nothing fancy.