Neuron ESB User Network

The Service Bus for the Connected Business

Members

  • Umesh Kumar Maurya
  • Marty Wasznicky
  • Joe Klug
  • David Gnabasik
  • Richard Lowe
  • Alistair Rigney
  • Ganapathi Subramanian
  • Luke Templin
  • Shafaat
  • Damon
  • Jan Larsen
  • Christian Stærk
  • Allan R. Lassen
  • Claus Møller Madsen
  • Rene Allan Martinez
  • Lester Henderson

Events

Blog Posts

CM

Simple Queue Gotchas

We often get people saying they are losing messages with using the MSMQ topic...

When we investigate, they aren't. But, some things are happening that can confuse.

The number one offender for message "loss" is using two instances of the same Party Id . This is easy to do with Adapters and Connectors and Queued Topics.

The net effect of that is the message will always be delivered to one Party..It's a non mulitcasting queue under there so that…

Continue

Posted by CM on March 26, 2010 at 6:17pm

CM

Load Balancers and Bindings

Many times load balancing can change what the optimal solution is for a given deployment.

Unless careful consideration is given to what is trying to be accomplished then some erroneous conclusions can be arrived at...

For example, people take it as gospel that netTcp binding is superior for performance... That might not be the case depending on how you're using it. Pooling and affinity are great...unless you want to scale in a round robin…

Continue

Posted by CM on March 17, 2010 at 4:55pm

CM

A Couple of Pipeline Tips and Tricks

I thought I'd share a couple of tips



First Tip : REST drop off point



You can set up a Pipeline that allows the client to POST a message and get a 200 response very easily with Neuron.



1)Create a Pipeline and adding whatever logic you wish to process the POST. Many times this may simply be a Publish step.



2)Next add a Code step that sets context.Data to a new ESBMessage and then uses the FromString method with "" as an argument. You don't have to use… Continue

Posted by CM on December 15, 2009 at 10:18am

CM

Versioning DLL's

The component Neuron uses for it's Pipeline code step stores the fully qualified assembly name. This causes issues sometimes for people who have set up assembly versioning in their projects.



When we ask people why they are versioning an internal dll that they never intend to run side by side the most common answer we get is so they can be sure the right one is deployed to production.



So, how can you achieve a process where you provide yourselves this kind of information… Continue

Posted by CM on December 15, 2009 at 8:57am

CM

More on the Semantic and and the Service Connector

Sometimes it's efficacious to attach a pipeline unconditionally to the Party's On Client Receive in a Service Connector that uses the SetProperty step to always set the Semantic to "Request" even if the Messaging Pattern in the connector is already set to Request-Reply.



Why would you do that? Well, if the message came from a Client Connector the Semantic is likely already set correctly so this doesn't really do anything.. But if the message came from an Adapter or Pipeline that has… Continue

Posted by CM on November 25, 2009 at 3:27pm

 

Forum

Alistair Rigney

Explanation of Pipelines 1 Reply

Started by Alistair Rigney in Neuron ESB General. Last reply by Marty Wasznicky Dec 7, 2011.

Groups

Videos

 
 
 

Neuron ESB Product Support Forums and Communities

Latest Activity

Profile Icon
Umesh Kumar Maurya is now a member of Neuron ESB User Network Tuesday
Profile Icon
David Gnabasik is now a member of Neuron ESB User Network Dec 16, 2011
Profile Icon

Explanation of Pipelines

Hi Guys,               I need more documentation/info on how pipelines work. It appears that a context is the message that is passing though the pipeline. I want to use a code step to generate a new message to that will be passed to a service step. But I can not find any detail on how to use the context object. Regards,                   AlistairSee More
Discussion posted by Alistair Rigney Dec 7, 2011
Profile Icon
Alistair Rigney is now a member of Neuron ESB User Network Nov 25, 2011
Profile Icon
Discussions posted by Marty Wasznicky Nov 19, 2011
Profile Icon

The event handler attached to Subscriber.OnReceive() event never fires in WIN FORM application, but works fine in console appliation

Hi, I writing windows form application using Neuron API. I have already setup Topic, Publisher and Subscriber correctly in the "Neuron Esb Explorer" and tested it through test client and it works. On the form's button click event i am connecting to Publisher, Subscriber and sending xml message (<message>Hello world</message>) through publisher to subcriber, I have already wired up an event handler "MyOnReceive" to subscriber.OnReceive event. So following is the code i have done,…See More
Discussion posted by Shafaat Nov 3, 2011
Profile Icon
Shafaat is now a member of Neuron ESB User Network Nov 3, 2011
Profile Icon
Jan Larsen is now a member of Neuron ESB User Network Oct 28, 2011

Badge

Loading…

© 2012   Created by Neuron Admin.   Powered by .

Badges  |  Report an Issue  |  Terms of Service