Neuron ESB User Network

The Service Bus for the Connected Business

A lot of times I'll see this pattern in web services calls bool DoSomething(SomeObject foo). Usually, when I dig in there's not any actual code that returns false...If an exception is thrown then it never gets to "return true".

Other times they will switch the return value to void but still refuse to mark the contract as one way.

What's at the root of these behaviors? Distrust. Basically, there is a complete distrust of asynchorous operations and processes.

Which is weird when you think about it...We do tons of stuff every day that's meaningful and asynchrous. Ever do a transfer with a bank online and all you see when you navigate to the next page is a message saying thanks, we'll get to it! Ever use an event handler? Ajax? Email? Heck if you ask me email works too well..

Now some of the clever among you who have this distrust syndrome may say things like "Whoa! SMTP has all kinds of handshakes!"..My reply is don't pretend you think about those and don't pretend you use BeginInvoke and EndInvoke to make your own programs that invoke blocking operations more responsive.

Yet, you'll fire off your emails and if the server accepts your message you go about your business and trust that eventually you'll be answered.

Not only that but you trust you can send them to DL which is an abstraction of any number of people many of whom you don't know at the time you send the email...That abstraction should sound familiar to Neuron users.

I don't know about you but I literally can't remember the last time I sent a meaningful email that wasn't answered. It may not have been answered as fast as I wanted it to be but it was answered.

So how many processes in your organization could work the same way? How many really need to block everything?

Do me a favor, the next time you get to build a solution start with a simple rule. All Client Connectors and Service Connectors will use Datagram and proxies and services will be marked one way...

I think you'll surprise yourself by all the cool things you'll figure out can be done under these restrictions and how easy it is to add new steps to the process...All you'll need to start is a little trust...

Views: 68

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

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