spring-framework/spring-jms
Sam Brannen 04321d0577 Revise generated default name for @JmsListener subscription
The previous commit changed the generated default name for a JMS
subscription to <FQCN>#<method name> -- for example:

- org.example.MyListener#myListenerMethod

However, the JMS spec does not guarantee that '#' is a supported
character. This commit therefore changes '#' to '.' as the separator
between the class name and method name -- for example:

- org.example.MyListener.myListenerMethod

This commit also introduces tests and documentation for these changes.

See gh-29790
2023-01-30 17:42:00 +01:00
..
src Revise generated default name for @JmsListener subscription 2023-01-30 17:42:00 +01:00
spring-jms.gradle Jakarta EE 9 migration 2021-09-17 09:14:07 +02:00