spring-integration
spring-integration copied to clipboard
Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
Introduces Cloud Events v1.0 specification support including message converters, transformers, and utilities. Key components added: - CloudEventMessageConverter for message format conversion - ToCloudEventTransformer for transforming messages to Cloud Events -...
**In what version(s) of Spring Integration are you seeing this issue?** 7.0.0.RC2 **Describe the bug** `Ws.marshallingOutboundGateway` will not start without specifying the `.uri()` in the DSL, even though the supplied...
As a result of https://github.com/apache/mina-sshd/issues/309 implementation. Not clear when Apache MINA `3.0.0` is out, but that's when we can upgrade and implement this feature.
**[Patrick Altaie](https://jira.spring.io/secure/ViewProfile.jspa?name=paltaie)** opened **[INT-3618](https://jira.spring.io/browse/INT-3618?redirect=false)** and commented With Spring Integration 4.1.2.RELEASE, it is not possible to configure a JmsOutboundGateway without a Connection Factory reference. This means that if I want to/can...
**[William Gorder](https://jira.spring.io/secure/ViewProfile.jspa?name=wgorder)** opened **[INT-2816](https://jira.spring.io/browse/INT-2816?redirect=false)** and commented We are using a header mapper to get the amount of retries off of an ActiveMqMessage. ``` /** * A custom JMS header mapper...
**[Sylvain Mougenot](https://jira.spring.io/secure/ViewProfile.jspa?name=smougenot)** opened **[INT-2679](https://jira.spring.io/browse/INT-2679?redirect=false)** and commented Using jms:outbound-channel-adapter it's not possible to mock jmsTemplate (for test purposes) because JmsChannelFactoryBean instanciate it's own. ``` private final JmsTemplate jmsTemplate = new DynamicJmsTemplate();...
**[Gunnar Hillert](https://jira.spring.io/secure/ViewProfile.jspa?name=hillert)** opened **[INT-2140](https://jira.spring.io/browse/INT-2140?redirect=false)** and commented Add components supporting rules engines either generically via JSR-94. Or create adapters specifically targeting Drools, which has good Spring support. The following adapters come...
**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** opened **[INT-920](https://jira.spring.io/browse/INT-920?redirect=false)** and commented All adapters use attributes named "destination" when the actual reference is expected, and that is fine. However, when expecting a name, some use a...