Artemis version which supports Java 17

2023-09-26 Thread Abhilash Nakulan(UST,IN)
Hi Team, I needed to know which Artemis version supports Java 17. Could you please help me on this. Thanks and Regards, Abhilash Nakulan

Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-26 Thread Justin Bertram
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, >

Re: Help With Timeout for Initial Connection

2023-09-26 Thread Justin Bertram
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

Re: {EXTERNAL MAIL} Re: Unable to Get Connection Info From ActiveMQConnectionFactory

2023-09-26 Thread Justin Bertram
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

Help With Timeout for Initial Connection

2023-09-26 Thread Westpfal, Thomas
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