Neuron ESB User Network

The Service Bus for the Connected Business

Hi All,

Where can I find more detailed information on how the semantics work when using the Publisher step in a process? The options are Multicast, Direct, Request, Reply, Routed.  Multicast and Request make sense enough, even though I would like to know how to handle when there's a mis-match with a subscriber connector. For example, if I Multicast publish to a topic that has a Reply-Request subscription connector service I get an error (rightfully so) - my concern is managing the publisher/subscriber design, it seems a subscriber added to a topic in the future can really cause issues in a Reply-Request scenario if there is already another Reply-Request service connector subscribing to it.

Is there a best practice that would help mitigate this? Also more details and understanding of the other publishing semantics (Direct, Routed, etc..) may help with the design?

thanks!

Marc

Views: 298

Reply to This

Replies to This Discussion

true.  if you are doing a request/reply, you want to make sure there is only ONE possible subscriber to that request.  usually this can be done with sub topics.  in fact that's how we do a lot of dynamic routing scenarios for multi cast as well.  

The reply semantic you'll probably never use.  we use that internally to assist in routing a reply message back to the original caller. 

direct can be useful.  if you set Direct to true, you also have to set the DestId property on the ESB message header to the name of the subscriber you want to send the message to. When you use Direct, no one else will get the message other than the Subscriber name you set as the DestID.

Routed is a special case when you are doing Itinerary routing.  we ship a sample that demonstrates this. 

thanks Marty. that makes sense.

It seems at though with the Direct and setting a specific dest id, I get a semantic mismatch if the dest has a service connector with a request-reply semantic. But in that scenario since I have a specific destination, I'd think calling the service connector directlywith the Service Endpoint process step would be the way to go.

thanks.

you'll get a semantic mismatch if the message semantic you are sending to a configured "request/response" service connector.  its really designed for party to party communication.  You are correct though....you can call the service endpoint directly using the service endpoint process step. you can also dynamically set the service connector to be called using that step by setting the name of the service connector in the context.data.header.Service property

RSS

Neuron ESB Product Support Forums and Communities

Latest Activity

Anupama Nair posted a discussion

Marketo Adapter Invalid Token

Hi,We are using the Marketo adapter to push account updates to Marketo. It works well for some time then starts failing with Invalid Token unless restarted. Is there a configuration that can be done so it can auto refresh the token when required?Thanks!See More
Nov 6, 2023
Sayantini Basak posted a discussion

Maximum payload size(REST API) for requests interfacing to NeuronESB

I am new to Neuron ESB and in our current scenario,We need to process batch transactions comprising of ~1000 records and send them to Neuron ESB for further processing. I would like to understand what is the maximum size of payload that can be transferred using REST interface to Neuron ESB.See More
Jul 22, 2022
Profile IconRobert E Dunie and Sayantini Basak joined Neuron ESB User Network
Apr 28, 2022
Profile IconDayanand, Frederic C, Steffen Greve-Oksfeldt and 1 more joined Neuron ESB User Network
Mar 16, 2022
Profile IconCam Vong and Mitja Luznar joined Neuron ESB User Network
Jan 27, 2022
Profile IconWill Hitzges, Chad Parsons, michael larsen and 4 more joined Neuron ESB User Network
Jun 11, 2021
Anupama Nair posted a discussion

ODBC stored proc polling with temporary tables

We have set up an ODBC adapter to poll a stored proc.We found that if the stored proc has a temporary table defined the rows returned are always 0.Any idea why this would be and what we can do to get around it?See More
Dec 14, 2020
Prasanth Kharade is now a member of Neuron ESB User Network
Dec 30, 2019

Badge

Loading…

© 2024   Created by Neuron Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service