Top "Spring-integration" questions

Use this tag for questions about the Spring Integration project.

Spring AMQP + RabbitMQ 3.3.5 ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN

I am getting below exception org.springframework.amqp.AmqpAuthenticationException: com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using …

rabbitmq spring-integration spring-amqp
Could not extract response: no suitable HttpMessageConverter found for response type

I am new with spring integration and working in spring integration http module for my project requirement. I am sending …

spring spring-integration
When to use Spring Integration vs. Camel?

As a seasoned Spring user I was assuming that Spring Integration would make the most sense in a recent project …

java jms messaging apache-camel spring-integration
Using a request scoped bean outside of an actual web request

I have a web application that has a Spring Integration logic running with it in a separated thread. The problem …

spring spring-aop spring-integration
How can I use Spring Boot auto-configured beans in XML configuration files?

I'd like to take advantage of some of the Spring Boot auto-configured beans in XML configuration files, but I keep …

spring spring-integration spring-boot
Spring Integration Dispatcher has no subscribers for channel

I'm using spring integration and its support for MQTT; I saw the spring integration documentation and my simple test case …

spring spring-integration
How to configure JMX with Spring Boot

I have created a Spring Integration application with Spring Boot. I would like to know how to configure JMX with …

spring-boot spring-integration jmx
Junit Mockito test case for ResponseEntity<?> in spring integration framework

I am trying to mock the external call. requestGateway is an interface. public interface RequestGateway { ResponseEntity<?> pushNotification(XtifyRequest …

junit mockito spring-integration
Spring batch - running multiple jobs in parallel

I am new to Spring batch and couldn't figure out how to do this.. Basically I have a spring file …

spring parallel-processing spring-integration spring-batch
Spring ClassPathResource - cannot be opened because it does not exist

UPDATE: I'll still keep Artem Bilan's answer marked as correct, but I still felt I needed to point this out …

java spring spring-boot spring-integration spring-integration-sftp