rvervaek

Results 8 comments of rvervaek

Having a similar issue over here. My situation: 2 bindings b1 and b2. A seperate binder is configured for b2 because it uses a different RabbitMQ virtual host. I define...

I'm too are having issues that the ContractVerifierAmqpAutoConfiguration class is relying on a single RabbitTemplate bean. Simply specifying the qualifier for the bean name can resolve this situation as stated...

Thanks for the explanation. My usecase is in fact a matter of sending the messages to a RabbitMQ exchange. One property of the concept of an 'event' is that it...

I'm having the same issue. As I understand, the issue seems to be a lack of a `com.netflix.discovery.shared.transport.jersey.TransportClientFactories` bean and `com.netflix.discovery.Jersey3DiscoveryClientOptionalArgs` bean, when `org.glassfish.jersey.client.JerseyClient` is on the classpath. Can the...

> The existing open source work on eureka 2.0 is discontinued. The code base and artifacts that were released as part of the existing repository of work on the 2.x...

@jzheaux I'm using the latest Spring Security version (6.4.2) and my placeholders are still not resolved in the `relying-party-registration` attributes. Test case: [demo.zip](https://github.com/user-attachments/files/18194471/demo.zip)