python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cause: Cannot determine reply destination: Request message does not contain reply-to destination, and no default reply destination set
Using JMSConfig i am creating MQ Connection factory and i have InboundGatewayConfig and OutboundGatewayConfig , in Inbound Config i am reading the Message payload from one queue and in Outbound config...
Anand
Votes: 0
Answers: 0
Sftp Outbound gateway. Fail to list file using regex
I want to lists files recursively as describe through a regex. This is the code that works
@Bean(value = "listFiles")
public IntegrationFlow listFiles() {
IntegrationFlow flow = Integrat...
Azinuddin
Votes: 0
Answers: 1
Spring Integration File Splitter Memory Usage
Does split() operation on File object buffer and execute each line or do all lines get loaded in memory at once? This is to understand the memory usage if the file happens to contain 100,000+ lines.
...
Rayyan
Votes: 0
Answers: 1
DefaultJmsHeaderMapper - failed to map Message header 'timestamp' to JMS property
I have a problem with the 'timestamp' header that comes from the JMSMessageProperties class, or so it seems to me, and it causes the following error
[WARN ] [2022-04-06 14:49:03,758] [voryouDuplicateC...
lukaszgo3
Votes: 0
Answers: 1