Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activemq 5.16.x not working after converting javax to jakarta using tomcat transformer #55

Closed
ilapavuluri opened this issue Apr 17, 2024 · 4 comments

Comments

@ilapavuluri
Copy link

I am using tomcat transformer for javax to jakarta conversion, in the similar lines I converted my activemq-all 5.16.7 into jakarta using the same tomcat transformer, no errors during compilation, but while running the application it is not returning from below line: "ConnectionFactory.createConnection()"

means it is not able to establish the connection with broker.

Appreciate any help.

@ebourg
Copy link
Member

ebourg commented May 11, 2024

@ilapavuluri Do you have a stacktrace to share?

@ChristopherSchultz
Copy link

...and when the createConnection() method does not return, what does it do? Throw an exception? Hang forever? Core dump?

@rmannibucau
Copy link

Hi @ilapavuluri ,

  • did you run with -profile=EE?
  • do you use a local (vm) uri or a remote one?
  • did you run it on both the client and broker if remote?

@ilapavuluri
Copy link
Author

Hi Team,

Really sorry for the late response, resolved it by upgrading to 5.18.3 in my clientside and keep the activemq server as it is.

Thanks
Ashok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants