python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Dispatcher has no subscribers for outgoing sftp channel
I'm using spring-integration-sftp and my goal is to push local file to SFTP (just that for now, without confirmation or anything else). My configuration is as follows:
@EnableIntegration
@IntegrationC...
Razor
Votes: 0
Answers: 1
Customize RabbitMQ message deserialization in Spring Boot
I have a hierarchy of messages. The topmost message in the hierarchy is defined with @JsonTypeInfo and @JsonSubTypes. The class is not under my control. I extended the hierarchy with my own message an...

Andriy Simonov
Votes: 0
Answers: 1
Which component is creating null-consumerMonitor-# threads?
Recently we started to test the Direct Container Factory in one of our microservices, the main motivation to change container factory is we want to reduce the thread number that process messages from ...

laninog
Votes: 0
Answers: 1
Send message to consumer when connected to ActiveMQ
I have multiple instances of a worker connected to a queue and all requests will be distributed to worker instances in a load balanced way. When a new worker instance is connected to the queue, I shou...
Rajeev
Votes: 0
Answers: 1