logo
  • 教程列表
  • SO官方文档
  • Pub Sub 使用 Camel + Redis
    • RedisPublisher
    • RedisSubscriber
    • 订阅者春天背景
    • 发布者春天背景
    • ManagedCamel
  1. StackOverflow 文档
  2. apache-camel 教程
  3. Pub Sub 使用 Camel + Redis
  4. 发布者春天背景

发布者春天背景

Created: November-22, 2018

 placeholderCopy<bean id="managedCamel" class="com.pubSub.example.ManagedCamel" >
    <constructor-arg name="routes">
        <list>
            <ref bean="redisPublisher"/>
        </list>
    </constructor-arg>
</bean>

<bean id="redisPublisher" class="com.pubSub.example.RedisPublisher" >
    <property name="producerName" value="direct:myprocedure"/>
</bean>
  • ManagedCamel
  • 订阅者春天背景

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明