Hi Team,
I needed to know which Artemis version supports Java 17. Could you please help
me on this.
Thanks and Regards,
Abhilash Nakulan
Which version of ActiveMQ Artemis are you using? If you're not using 2.31.0
can you try that version? It contains some recent work on JDBC performance
for situations where many messages are sent but not consumed quickly.
Justin
On Thu, Sep 14, 2023 at 6:30 AM Shivang Modi
wrote:
> Hi Justin,
>
I don't think callTimeout is going to help in this situation. This is
really for how long the client should wait for a response from the broker
when sending a core protocol packet which requires the connection to be
established already.
My guess is that the behavior you're seeing where the first f
At this point I'd recommend managing the JMS connection yourself and
disabling any reconnection in the core JMS client. This will eliminate the
need to use implementation-specific classes (e.g. SessionFailureListener)
and will mean your code remains portable between JMS client & broker
implementati
I am using the ActiveMQConnectionFactory and it appears that the factory blocks
when creating a connection if the configured host can't be reached. I would
like the initial connection to timeout after a set period but I can't seem to
get the timeout to work. I have configured 0 reconnect attempt