Recently when trying the bundle together with https://github.com/liuggio/fastest (which also registers its own connection factory class) we found some issues as we just replace the factory with StaticConnectionFactory instead of decorating the original factory. So it effectively breaks all usages of a custom connection factory.
Recently when trying the bundle together with https://github.com/liuggio/fastest (which also registers its own connection factory class) we found some issues as we just replace the factory with
StaticConnectionFactory
instead of decorating the original factory. So it effectively breaks all usages of a custom connection factory.