Re: what does "jakarta" mean?

2022-01-25 Thread Jiri Daněk
karta is a city in the island of https://en.wikipedia.org/wiki/Java, of course ;P Jakarta (the project) is the current home for what used to be called Java Enterprise Edition, see https://jakarta.ee/ for the details. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: Slack Access

2023-04-27 Thread Jiri Daněk
Could you please send me slack invite as well? Thanks!

Re: Suggested improvement in documentation section "Using Core"

2024-02-26 Thread Jiri Daněk
github.com/apache/activemq-artemis/blob/main/docs/user-manual/core.adoc. Create an account or log in, click the Edit in place command top right on that page, the pencil icon, and edit away. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: How to simulate slow consumer?

2018-05-31 Thread Jiri Daněk
lt;http://google.com>",null); > Thread.sleep(6); > } catch (Exception e) { > logger.error("===异常",e); > } > logger.debug("流程处理结束:" + disburseNo); > } > > -- Mit freundlichen Grüßen / Kind regards Jiri Daněk Messaging QA

Re: How to Disable ActiveMQ.Advisory.TempQueue in Apache-Artemis 2.3.0

2018-07-12 Thread Jiri Daněk
xed in 2.4.0. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: JAVA will be licensed from 2019

2018-09-14 Thread Jiri Daněk
. Then there is https://adoptopenjdk.net build, and https://www.azul.com/downloads/zulu/. Not sure about IBM Java, what the terms and conditions are there. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: JAVA will be licensed from 2019

2018-09-14 Thread Jiri Daněk
e site, as I understand it. Only the build of latest version of java will be made available, for 6 months, and then everybody depending on builds from the upstream directly would have to upgrade. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: JAVA will be licensed from 2019

2018-09-16 Thread Jiri Daněk
different build team." > from > > https://jaxenter.com/oracle-jdk-builds-openjdk-builds-difference-149318.html > -- Mit freundlichen Grüßen / Kind regards Jiri Daněk Messaging QA

Re: Artemis Junit without Maven

2018-12-11 Thread Jiri Daněk
m missing? > Artemis uses junit 4.11. What version of the jar do you use? (I don't think that could be the problem, just that I know Artemis uses an unusual version of junit, so in case...) https://mvnrepository.com/artifact/junit/junit/4.11 -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: AW: AW: [DISCUSS] OpenTracing in Artemis

2019-07-31 Thread Jiri Daněk
> > have a chapter on distributed tracing which links to the other repo, > though. > > Good. So, it'll be a solution based on a broker plugin/interceptors. And > opentracing-contrib looks like the preferred place to put it. > Where does the Artemis plugin/interceptor live at this moment? I looked for it but did not find it. Thanks. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk

Re: AW: AW: [DISCUSS] OpenTracing in Artemis

2019-08-01 Thread Jiri Daněk
Jiri Daněk 于2019年8月1日周四 上午4:48写道: > Where does the Artemis plugin/interceptor live at this moment? I looked for > it but did not find it. Thanks. On Thu, Aug 1, 2019 at 12:22 PM yw yw wrote: > Hi! Did you have checked against the latest code? It's > ActiveMQServerPlugin, >