Hi All,
we are trying to migrate from rabbitmq(pcf service) to azure service bus.
our previous implementation used spring ampq and rabbitmq as message broker. but now trying rewrite using spring cloud stream. so to avoid message broker dependency in future
Azure-Spring-cloud-stream-binder example :
https://docs.microsoft.com/en-us/azure/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus
using above link we are able to implement basic messaging. But couldn't find the reference related to DLQ and Retry(Exponential Retry) error handling mechanism using spring cloud stream for azure service bus.
Apache Kafka example:
In the below link their is guide fo dlq processing for kafka and similar can be found for rabbitmq. looking for similar example using spring-cloud-azure-servicebus-queue-stream-binder
https://cloud.spring.io/spring-cloud-stream-binder-kafka/spring-cloud-stream-binder-kafka.html#kafka-dlq-processing
any help is appreciated, Thanks for help in advance:)
we are trying to migrate from rabbitmq(pcf service) to azure service bus.
our previous implementation used spring ampq and rabbitmq as message broker. but now trying rewrite using spring cloud stream. so to avoid message broker dependency in future
Azure-Spring-cloud-stream-binder example :
https://docs.microsoft.com/en-us/azure/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus
using above link we are able to implement basic messaging. But couldn't find the reference related to DLQ and Retry(Exponential Retry) error handling mechanism using spring cloud stream for azure service bus.
Apache Kafka example:
In the below link their is guide fo dlq processing for kafka and similar can be found for rabbitmq. looking for similar example using spring-cloud-azure-servicebus-queue-stream-binder
https://cloud.spring.io/spring-cloud-stream-binder-kafka/spring-cloud-stream-binder-kafka.html#kafka-dlq-processing
any help is appreciated, Thanks for help in advance:)