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

JMS problems when running locally #28

Open
edburns opened this issue Oct 23, 2024 · 4 comments
Open

JMS problems when running locally #28

edburns opened this issue Oct 23, 2024 · 4 comments

Comments

@edburns
Copy link
Contributor

edburns commented Oct 23, 2024

When running locally using the steps in Appendix 3 of the README the JMS integration shows these errors:

[INFO] [WARNING ] CNTR4016W: The message endpoint for the RejectedRegistrationAttemptsConsumer message-driven bean cannot be activated because the java:app/jms/RejectedRegistrationAttemptsQueue destination is not available. The message endpoint will not receive messages until the destination becomes available.
[INFO] [WARNING ] CNTR4016W: The message endpoint for the MisdirectedCargoConsumer message-driven bean cannot be activated because the java:app/jms/MisdirectedCargoQueue destination is not available. The message endpoint will not receive messages until the destination becomes available.
[INFO] [WARNING ] CNTR4016W: The message endpoint for the DeliveredCargoConsumer message-driven bean cannot be activated because the java:app/jms/DeliveredCargoQueue destination is not available. The message endpoint will not receive messages until the destination becomes available.
[INFO] [WARNING ] CNTR4016W: The message endpoint for the CargoHandledConsumer message-driven bean cannot be activated because the java:app/jms/CargoHandledQueue destination is not available. The message endpoint will not receive messages until the destination becomes available.
[INFO] [WARNING ] CNTR4016W: The message endpoint for the HandlingEventRegistrationAttemptConsumer message-driven bean cannot be activated because the java:app/jms/HandlingEventRegistrationAttemptQueue destination is not available. The message endpoint will not receive messages until the destination becomes available.

The assignee of this issue is asked to fix these errors.

@edburns
Copy link
Contributor Author

edburns commented Oct 24, 2024

Will compare and contrast output from https://github.com/azure-javaee/cargotracker-liberty-aks/actions/runs/11562412567 .

@backwind1233
Copy link
Contributor

I got the same issue within the aks cluster, so it's not just a local running issue.

image

@backwind1233
Copy link
Contributor

backwind1233 commented Oct 30, 2024

I got the same warning when running https://github.com/eclipse-ee4j/cargotracker/ with openliberty

image

@backwind1233
Copy link
Contributor

In this case, we should define jms JNDI with global names instead of app level names.

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

2 participants