spring-dsl

    1热度

    2回答

    Spring Integration Java DSL Reference和Spring Batch Java Configuration文档显示如何使用Java Configuration for Spring Integration和Spring Batch。 但他们没有展示如何配置Spring批处理集成。如何使用DSL配置JobLaunchingGateway? 干杯, 缅

    1热度

    1回答

    我想写使用Spring集成V4的DSL的API一个简单的信息流动,这应该是这样的: -> in.ch -> Processing -> JmsGatewayOut -> JMS_OUT_QUEUE Gateway <- out.ch <- Processing <- JmsGatewayIn <- JMS_IN_QUEUE 与请求/响应是异步的,当我注入消息通过初始网关传递,消

    1热度

    1回答

    在Spring集成DSL的当前版本1.0.2我可以看到一些基本频道中不存在像REST/HTTP,TCP/UDP,JDBC,MQTT等 刚想知道这个协议/通道是否在路线图中,或者是否被故意排除。 PS:我可能听起来很愚蠢,但只是想知道原因。

    2热度

    1回答

    我正在尝试配置Spring Batch侦听器,以便将消息发送到Spring Integration Gateway的StepExecution事件。 以下链接介绍了如何使用XML http://docs.spring.io/spring-batch/trunk/reference/html/springBatchIntegration.html#providing-feedback-with-in

    1热度

    1回答

    这是我的代码片段 @Bean @ServiceActivator(inputChannel = "topicChannel", outputChannel="responseChannel") public Employee getEmpDetails() throws Exception { Expression query = new LiteralExpression("{'

    4热度

    1回答

    我想知道在SI Java Dsl中使用serviceActivators来处理错误的正确方法是什么。 我有这样的Spring集成XML配置: <jms:message-driven-channel-adapter id="messageIn" auto-startup="false" container="messageNotificationJms" channel="

    0热度

    1回答

    试图创建一个非常简单的路径,使用Java以及Spring DSL从FTP位置进行读取。 使用Java DSL创建的路由按预期工作。 from("{{ftp.server}}").to("file:target/download").log( "Downloaded file ${file:name} complete."); 选项: ftp://x.x.x.x:21/in?user

    0热度

    2回答

    我想知道,如果骆驼提供任何标准聚集策略外的开箱。我一直在研究,但我只能在单元测试中找到一些。那些不能从实际的代码中使用。我试图将它与Apache Camel 2.12.1和Spring DSL一起使用。 特别,我在找this one: public Exchange aggregate(Exchange oldExchange, Exchange newExchange) { if (o

    3热度

    2回答

    我无法找到轮询入站数据的JPA源的有用示例。我知道如何在XML中做到这一点,但不知道如何在DSL中做到这一点。 简而言之,我想要做的是定期轮询JPA存储库中的记录,然后将记录放入将执行常规过滤/转换/执行的流中。 亲切的问候 大卫·史密斯

    0热度

    1回答

    我想用一些路由与春天DSL骆驼。我无法将消息传送到目的地。我知道我错过了一些东西,请帮我弄清楚这个问题。 我已在deviceMessageRouteIdentifier标题如下 Message outMsg = exchange.getOut(); outMsg.setHeader("device_template_id","11"); outMsg.setHeader("vi