Sunday 16 May 2021

Spring Integration tutorial

      Introduction to Spring Integration
      Core components of spring integration framework
      Hello World application
      Message component
      MessageBuilder example
      Exploring MessageChannel
      Message Channels Demo
      MessageChannel implementations
      endpoints example
      Send message from endpoint
      MessagingTemplate demo
      Exploring channels
      Working with QueueChannel
      PriorityChannel: set priority using priority header
      PriorityChannel with custom comparator
      DirectChannel demo
      DirectChannel: Specify the order of service activators while consuming the messages
      DirectChannel: failover capability demo
      PublishSubscribeChannel demo
      PublishSubscribeChannel: Deliver the messages parallelly
      Messaging Bridge
      Channel interceptor demo
      Routing the messages
      PayloadTypeRouter: Route based on content type
      Route messages by header value
      RecipientListRouter demo
      Custom router
      filters
      Splitter
      Transformers
      Service activator endpoint
      @Payload: Extract the payload in POJO methods
      @Header: Extract the header in POJO methods
       replyChannel header: Specify replychannel of message using header
      Gateways
      GatewayHeader: Add headers at Gateway
      Asynchronous gateways
      Channel adapters
      why there is no outbound channel adapter


Previous                                                    Next                                                    Home

No comments:

Post a Comment