aop icon indicating copy to clipboard operation
aop copied to clipboard

AMQP on Pulsar protocol handler

Results 132 aop issues
Sort by recently updated
recently updated
newest added

### Motivation Currently, there are no metrics for AoP, it's hard to monitor AoP status. This PR will add metrics for AoP. ### Modifications Add below metrics for AoP. MetricsLabel...

doc-required
release/2.10.x

### Motivation Currently, the async method `consumer.handleFlow(DEFAULT_CONSUMER_PERMIT);` in basic consume command operation doesn't handle in an async way, this may cause NPE problem in the subsequent process. ### Modifications Start...

no-need-doc

### Motivation Currently, the cursor of the exchange is a non-durable cursor, this will cause lost exchange data. ### Modifications Create durable cursors of the exchange topic in an async...

no-need-doc
release/2.10.x

Master Issue: #631 ### Motivation Support exchange properties ### Modifications *Describe the modifications you've done.* ### Verifying this change - [ ] Make sure that the change passes the CI...

no-need-doc

This is a PR created by snbot to trigger the check suite in each repository.

doc-info-missing

This is a PR created by snbot to trigger the check suite in each repository.

Master Issue: #63 ### Motivation support autoDelete exchange and autoDelete queue autoDelete exchange: exchange is deleted when last queue is unbound from it autoDelete queue: queue that has had at...

no-need-doc

Support exchange properties

type/feature

Support queue purge

type/feature

Delete queue topic and cleanup all bound data.

type/feature