Azure-Samples/azure-spring-boot-samples

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

rgarbing opened this issue · 2 comments

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

  • Query Added
  • Setup information Added

@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.

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?