akg17

  • Spring cloud stream | Scaling

    I just wanted to understand couple of things here.. * If i have 10 consumer configured then for each queue i see 10 consumer/subscription, that's going to be a lot no doubt because i have 50 queue an…
  • spring cloud stream, queue provisioning

    @marc HI Mark I am setting so many properties repeatedly can you please help me how can i set most of them default testQueue: producer: provisionDurableQueue: false queueNamePrefix: null useFamiliari…
  • Re: Spring cloud stream with solace

    @marc and @UshShukla Thanks, i got 2 option now either to use pollablesource as you mentioned or jmsTemplate i was facing issue parsing the bytes message coming from a MessageChannel and got to know …
  • Re: Solace spring cloud stream support

    @marc I was able to publish and subscribe, in ACL profile i enabled default action allow, so i see the main queue was able to republish the message and i added the listener to subscribe, Probably i n…