Anyone using Quarkus or Micronaut with Solace Event Brokers?

Hey all,

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?

thanks!

Hi,

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.

Cheers

Thanks @gaetancollaud, and you used JCSMP as your messaging API?

I used JCSMP yes, but also SEMP for config purposes

Awesome, thanks @gaetancollaud

Hi guys, is it possible to have an idea on how you can use JCSMP with Quarkus ?

Hi @RomainCaret ,
I haven’t had a chance to try it out - are you running into a certain issue? My understanding is that it should “just work”.
The previous issue that @gaetancollaud ran into regarding SSL was resolved here: Quarkus native and solace client issue — Solace Community
Hope that helps!