aup-1

Results 7 comments of aup-1

Is reactive client support going to be available soon?

I understand that SB team is working on greater things. These are not trivial changes for me to contribute either. I am trying to understand the big picture. For reactive...

@artembilan @garyrussell any comments? I tagged your names just in case if this did not come in your radar

Thank you, appreciate your response. My question was more along if this reactive client feature is in the roadmap for `spring-amqp ` project. If the answer is no, is it...

In our project, we rely heavily on the implementation RabbitListenerAnnotationBeanPostProcessor#processAmqpListener that decides which bean methods is responsible for processing the request. Current `spring-amqp` implementation works for RPC perfectly. Ideally, we...

For example (hypothetical example), my request contains a details of a huge file, I am expecting a response in chunks. If I get a Flux as return type , I...

Hmm... We are not gaining anything if client is not reactive right.