Questions tagged [spring-cloud-stream-binder]

51 questions
0
votes
1 answer

How to send a message with priority to RabbitMQ with StreamBridge

I'm using RabbitMQ. I've defined a queue with priority, and I can send messages to this queue with some priority value using RMQ GUI, and consumers also get the messages in sorted order, but when I try to send the message from my java code using…
0
votes
0 answers

DlqPartitonFunction Bean not injected into KafkaMessageChannelBinder, eventhhough its defined explictly

I am using spring cloud stream and function with Kafka binder. In case of error records, Records will be published to DLQ. The number of partitions of the original and DLQ topic are not same. So, in this case, a bean of type DlaPartitonFunction to…
0
votes
0 answers

Containerized springboot application not able to pick up new message from service bus queue

We have a springboot application running in Azure Web App (using container docker) The application is using "azure-spring-cloud-stream-binder-servicebus-queue" to connect to Azure Service Bus and process the queue. If the queue was empty for some…
0
votes
2 answers

How to bind Spring cloud stream binding for producer and consumer?

I am new to Spring cloud and RabbitMQ. I am trying to produce and consume messages from Rabbit MQ. I am having difficulty in configuring exchange name and queue name for producer and consumer. I want to connect to the existing exchange called to…
-1
votes
1 answer

Spring cloud stream Kinesis producer can't connect to localstack

Using spring boot and spring cloud stream, I am trying to send messages to Kinesis on localstack Kinesis instance run on docker but it gives me an error in certificates when KPL POST the message but i got the next error in logs: [AWS Log:…
1 2 3
4