IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  All receive and send protocols in a process must be the same

    Posted Wed May 12, 2021 04:22 AM

    Hi,
    I have opted JMS as Receive protocol in Start Message, configured Receive document, Connection alias and Destination Name. Created a BPM process, while trying to compile, got below error.

    Error: All receive and send protocols in a process must be the same.

    Thanks,


    #webMethods
    #API-Management
    #soa
    #BPM
    #Integration-Server-and-ESB


  • 2.  RE: All receive and send protocols in a process must be the same

    Posted Wed May 12, 2021 04:37 AM

    You probably have a wait step somewhere that is using native messaging.
    Generally I recommend not using JMS, it’s only useful if you want to share messages with a non webMethods client.
    JMS generally makes life more complicated so if you don’t need it don’t use it, is my mantra
    regards,
    John.


    #API-Management
    #BPM
    #soa
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: All receive and send protocols in a process must be the same

    Posted Sat May 15, 2021 09:25 AM

    Thanks John, Only steps are receive, activity step and terminate steps.

    Thanks,


    #BPM
    #Integration-Server-and-ESB
    #API-Management
    #soa
    #webMethods