Azure-Samples / azure-spring-boot-samples

Spring Cloud Azure Samples
MIT License
171 stars 231 forks source link

[QUERY] - trying to consumer from servicebus queue using jms examples but jmsListenerContainerFactory could not be found on startup #739

Open rgarbing opened 7 months ago

rgarbing commented 7 months ago

Query/Question jmsListenerContainerFactory is default, I didn´t see on example any Bean defined for that, so it´s not required this configuration, right?

***************************
APPLICATION FAILED TO START
***************************

Description:

A component required a bean named 'jmsListenerContainerFactory' that could not be found.

Action:

Consider defining a bean named 'jmsListenerContainerFactory' in your configuration.

Why is this not a Bug or a feature Request? just a doubt trying to consumir from servicebus queue using springboot and jms

https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?tabs=use-a-service-bus-queue%2Cconnection-string

Setup (please complete the following information if applicable):

Information Checklist

Netyyyy commented 7 months ago

@rgarbing Thank you for reporting this issue. We have received your submission and will take a look. We appreciate your input and will review this matter as soon as possible. Please feel free to provide any additional information or context that you think may be helpful. We'll keep you updated on the progress of our review.

Netyyyy commented 6 months ago

Hi @rgarbing , as you say jmsListenerContainerFactory is default and will be auto created by Spring. BTW, how do you run the err you are showing and do you need any help?