Spring Operator

Results 333 issues of Spring Operator

**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** opened **[AMQP-42](https://jira.spring.io/browse/AMQP-42?redirect=false)** and commented This will be used by MessageConverters, RabbitTemplate, etc. We should follow this fallback logic: 1) explicit 'messageFactory' property has been set (e.g. on a...

type: enhancement
in: core

**[Yannick](https://jira.spring.io/secure/ViewProfile.jspa?name=yenki)** opened **[AMQP-745](https://jira.spring.io/browse/AMQP-745?redirect=false)** and commented This is somehow related to #2259 Unless we set 'consecutiveIdleTrigger' to 1 and an ridiculously low receiveTimeout, it's very hard to have consumers removed from...

type: enhancement
in: rabbitmq

**[Scott Frederick](https://jira.spring.io/secure/ViewProfile.jspa?name=scottyfred)** opened **[AMQP-480](https://jira.spring.io/browse/AMQP-480?redirect=false)** and commented It is currently not possible to use the same instance of a RabbitTemplate to both `send()` and `sendAndRecieve()` using multiple fixed reply queues. When...

type: enhancement
in: rabbitmq

**[Alen Turkovic](https://jira.spring.io/secure/ViewProfile.jspa?name=alturkovic)** opened **[AMQP-842](https://jira.spring.io/browse/AMQP-842?redirect=false)** and commented `org.springframework.amqp.rabbit.core.RabbitAdmin` already has a method for declaring multiple queues but exposes a method for declaring a single one: `RabbitAdmin#declareQueue(Queue)` The same goes for `Queue`,...

type: enhancement
in: rabbitmq

**[Konrad Grüner](https://jira.spring.io/secure/ViewProfile.jspa?name=konraifen88)** opened **[AMQP-803](https://jira.spring.io/browse/AMQP-803?redirect=false)** and commented Referencing to my GitHub issue: It would be great to have two interfaces for the message post processing, for example: * `MessageReceivePostProcessor` * `MessageSendPostProcessor`...

type: enhancement

**[Youssef Foullous](https://jira.spring.io/secure/ViewProfile.jspa?name=yfoullous)** opened **[AMQP-802](https://jira.spring.io/browse/AMQP-802?redirect=false)** and commented There is a logback appender that publishes logging events `ILoggingEvent`. It would be nice to have the same thing to publish access events `IAccessEvent`...

type: enhancement
in: admin

**[Zahari Dichev](https://jira.spring.io/secure/[email protected])** opened **[AMQP-707](https://jira.spring.io/browse/AMQP-707?redirect=false)** and commented If we look at what the `SimpleMessageListenerContainer` does in order to determine whether we should scale consumers or not, we will quickly find out...

type: enhancement
in: core

**[marcesso](https://jira.spring.io/secure/ViewProfile.jspa?name=marcesso)** opened **[AMQP-843](https://jira.spring.io/browse/AMQP-843?redirect=false)** and commented Enable acknowledging management in receiveAndReply() method:   `throw new AmqpRejectAndDontRequeueException("rejected");` could reject the message and send it to dead letter exchange. For now, the exception is...

type: enhancement
in: rabbitmq

**[Wilfredo Sellado](https://jira.spring.io/secure/ViewProfile.jspa?name=sincang)** opened **[AMQP-420](https://jira.spring.io/browse/AMQP-420?redirect=false)** and commented Our application can process 400K XML files of 2MB in size per hour setting the 80 threads in SimpleMessageListernerContainer as the max. However, there...

type: enhancement
in: rabbitmq

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** opened **[INT-2758](https://jira.spring.io/browse/INT-2758?redirect=false)** and commented Currently, in order to accommodate the fact the JDBC Message Store uses a UUID representation of the group Id, the ACMH has to use...

in: jdbc
type: task