Anu Thomas

Results 132 comments of Anu Thomas

Hello @Kiriche, thank you for getting back. No worries. If you run into issues once you upgrade, let me know. Given the originally reported problem is resolved, I’ll go ahead...

Hi Mahajan, since we’re syncing on this offline, I would close this so we can avoid duplicating effort.

The AmqpChannelProcessor or ReactorConnectionCache are the types that retries in "Connection" level, your log configuration already seems to collect logs from these types (per the logs snippet posted above). There...

The SenderClient will do the retries, but these retries are "not logged or printed", I hope this clarifies the earlier comments. Normally, when an error happens in the internal connection...

Hi @dkellenb thank you, we'll evaluate this feature request.

We’ve discussed this feature request within the cross-language team. Unfortunately, there is no formal plan for additional body types, the higher-level SDK across languages will support only data body type....

Another option is, the application can obtain the raw value from the message and decode them appropriately, for example - ```java final AmqpAnnotatedMessage message = message.getRawAmqpMessage(); final AmqpMessageBody rBody =...