Neuron ESB User Network

The Service Bus for the Connected Business

Semantic is one of the more estoric things in the Neuron world. If you never use the Test Client or the API you may not even know it exists...

Semantic has a couple of effects in Neuron. It controls message path and it influences blocking behavior of the Party Publishing. Most Neuron users are impacted by Semantic in the Service Endpoints.

When you use Request-Reply Messaging Pattern with a Client Connector what occurs under the covers is that the Neuron API publishes the incoming message with a Request Semantic. This will make the Party block in the Send method until it receives a reply or times out.

When you use Request-Reply Messaging Pattern with a Service Connector the Service Connector will pass on messages with a Request semantic to the target service and will ignore messages with a Multicast semantic. When you use a Datagram Messaging Pattern the reverse occurs. The Service Connector will ignore Request Semantic messages.

Controlling Semantic can let you do interesting things.. For instance you can chain service calls merely by flipping from Request to Multicast to Request...(set it to Request in the Service Connector Party's On Receive pipeline and then to Multicast in the On Publish pipeline).

If you want to play with Semantic in the API then you can use CreateReplyMessage()..

But before you go Semantic crazy pause...Do you really need to block? Multicast is asynch messaging and that's usually the way go when you have a choice. Request Reply is the pattern of choice for 90% of WS implementations but if you're using the API then you should probably consider seriously leveraging asynch patterns and architecture.

Comment

You need to be a member of Neuron ESB User Network to add comments!

Join Neuron ESB User Network

Neuron ESB Product Support Forums and Communities

Latest Activity

Steve Pfister added 2 discussions
July 15
Steve Pfister and David Seipp joined Neuron ESB User Network
June 24
Jeremy K Jenkins is now a member of Neuron ESB User Network
June 21
Amanda Blackburn is now a member of Neuron ESB User Network
June 10
Slawomir Ciupinski is now a member of Neuron ESB User Network
May 28
Jason Noble is now a member of Neuron ESB User Network
April 26
Richard Lowe added a discussion
Hey, I'm just looking for some simple samples for getting the CRM Adapter working with XSLT.   Any help appreciated,   Richard
April 26
Travis Rogers is now a member of Neuron ESB User Network
April 21

Badge

Loading…

© 2010   Created by Neuron Admin.   Powered by .

Badges  |  Report an Issue  |  Terms of Service

Sign in to chat!