Re: artemis cli documentation

2022-07-29 Thread Justin Bertram
What version of the broker are you using and what version of the documentation are you reading? Are you in the "bin" directory of your Artemis home or your Artemis instance? Depending on which directory you're in you'll have different commands available to you. My guess is that you're in the home d

artemis cli documentation

2022-07-29 Thread Stephen Baker
It seems the documentation for the artemis cli tool is particularly out of date. The Data Tools page references the following subcommands of artemis data: print exp imp encode decode compact recover But only print and recover appear to exist. The Activation Tools documentation lists: artemis act

Re: mysql rewriteBatchedStatements

2022-07-29 Thread Stephen Baker
I didn’t state myself clearly. If a change was made to Artemis that broke when rewriteBatchedStatements was enabled would it be considered a defect or would people be told not to use the parameter. Does anyone test using it (besides us)? As for JDBC compliant, my understanding is that the handli

Re: mysql rewriteBatchedStatements

2022-07-29 Thread Justin Bertram
I don't think it's possible to know whether or not that was a conscious decision based on the available evidence. If it was, I would have expected a mention of it in the documentation, the commit log, or a code comment. I think the only conclusive data would be input from the original author (i.e.

mysql rewriteBatchedStatements

2022-07-29 Thread Stephen Baker
Hello, I have looked over the use of executeBatch in artemis-jdbc-store and it would be safe to use mysql’s rewriteBatchedStatements connection string value the way the code is written right now. I was wondering if that was a conscious decision given rewriteBatchedStatements is not JDBC conform