Artemis native aio library - libartemis-native-64.so

2025-04-03 Thread Torsten Krah
Hi, the provided native libaio library "libartemis-native-64.so" which is included in 2.40.0 does link against: libaio.so.1 However, in recent distribution of e.g. Ubuntu those library is not named like this anymore, but you need to link it against: libaio.so.1t64.0.2 => /usr/lib/x86_64-linux-g

Re: artemis (2.23.1) broker url configuration question - https proxy in between and netty http(s) support

2022-08-03 Thread Torsten Krah
Hi Justin, answers inline. Am Dienstag, dem 02.08.2022 um 17:15 -0500 schrieb Justin Bertram: > The needClientAuth parameter is only for an *acceptor* as noted in > the > documentation you cited [1]. Therefore, you can omit this from your > URL. I figured that out myself, docs are a little bit h

artemis (2.23.1) broker url configuration question - https proxy in between and netty http(s) support

2022-07-13 Thread Torsten Krah
Hi, so far I was successful configuring artemis and my client to use the "raw" protocol with ssl support. Now I need to put a https proxy in between (which does need client auth) but I am failing to get a connection to the broker - the docs [1] have this for netty http: => Netty HTTP tunnels pac