spring-integration-extensions
spring-integration-extensions copied to clipboard
The Spring Integration Extensions project provides extension components for Spring Integration
Opinion - this repo is redundant, confusing, looks unmaintained, and encourages people to not contribute new Spring Integrations Connectors (since these connectors won't enter the Spring Integration project, and instead...
I've created a class like this: ``` public class SmbMessageHandler extends FileTransferringMessageHandler{ public SmbMessageHandler (SmbRemoteFileTemplate s, FileExistsMode m){ super (s, m); } public SmbMessageHandler (SessionFactory f){ this(new SmbRemoteFileTemplate(f)); } public...
We tried to use SI with the default library `jcifs `version 2.1.28 but the performance was very poor. We first thought might be a buffer size problem and tried to...
When I try to create nested directories on SMB share I get SmbException with following message: `The network name cannot be found`. Creating directory in root directory of share works....
**Expected Behavior** Spring Integration LockRegistry support for Cosmos **Current Behavior** **Context**
The PR is for adding the initial support for sending push notifications to mobile and hand held devices. This is the first of the many services to be supported from...
I try to see if the reconnection to the server works, so I kill my smpp server and restart it. the client never manage to restore the connection. see the...