Neuron ESB User Network

The Service Bus for the Connected Business

Q: What is an esb file?

A: An esb file is a file in zip format renamed to have an esb extension.

Q: Does Neuron need a database to run?

A: No, Neuron does not need a database to run. If you want to use farm mode or auditing however you must configure a database.

Q: Should I install MSMQ before installing and running Neuron?

A: Yes. You should install MSMQ. You do not need to install HTTP support. You can install Active Directory support but Neuron uses private queues. Installing Active Directory support may give you more administration options but it is not required by Neuron.

Q: Do I need MSDTC configured?

A: Yes. You should also make sure MSDTC is configured to allow remote connections. You do not have to configure it to allow remote administration.

Q: Do pipelines run on the server?

A: Pipelines execute in the Party’s context. This means that pipelines attached to a Party running on the server such as a Party in a Service Connector or Adapter will run on the server but if that same Party is used in your own windows service it will execute in the process of that windows service. The information a pipeline needs to run is maintained by the server and Party without the need for direct intervention.

Q: How does network communication work with the Neuron API? What happens when I use a load balancer with the Neuron API?

A: Communication between the Party and the Neuron Server using the Neuron API should be thought of as active connections. That means the client must be able to connect to the server and the server must be able to connect back to the client. When you use a load balancer with the API then the load balancer is used for bootstrapping and management and direct connections are used for messaging.

Q: How does network communication work with Client Connectors and Service Connectors?

A: Client Connectors and Service Connectors can be managed at the network level similarly to Web Services and Web Service Clients. This means you can put Neuron on the web tier or in the DMZ and still use Neuron’s pub sub features in a server centric model while locking down communication to external systems using standard port management.

Q: Do I have to GAC my helper DLL’s when I use them in pipelines?

A: No. You can put the DLL into the Neuron program files directory and then type the path to the DLL in the code step/ add reference dialog.

Q: When should I use farm mode?

A: Use farm mode when your intention is to be able to share the pub sub system across multiple servers. This is not always necessary. For example, if Neuron is being used as a stateless mid tier behind load balancers you can run 1-N servers independently to support that scenario much as you would servers dedicated to Web Services or other stateless middle tier components.

Q: I cannot save my esb and keep getting message about “Read Only Administrator”. What’s going on?

A: You are likely running Neuron Explorer under an account without rights to write to the esb file. This situation occurs much more on 2008 servers and Vista than it does on XP and 2003. It can usually be solved by right clicking and choosing Run as Administrator when launching Neuron Explorer from the Windows shortcut. Of course actual file and directory permissions have to be configured correctly as well.

Views: 20

Reply to This

Neuron ESB Product Support Forums and Communities

Latest Activity

Profile Icon

Sending messages to a Client Connector from an C# Console App

I have an issue with sending messages to a Client Connector from a C# test app. The main issue is that  i never receive a response from Neuron and the Connection Times out. I'm using the sample code from the Scatter-Gather Pattern sample included in the documentation If anybody has any hints on what i'm missing, it would be appreciated.static class Utility {const string _propName = "NeuronServiceList";const string _ns = "urn:xmlns:neuronesb-com:soapheaders";const string _msg = @"…See More
Discussion posted by John Ryan Friday
Profile Icon
ThumbnailThumbnail
AMS and John Ryan joined Neuron ESB User Network Friday
Profile Icon

Scalability MSMQ & Deployment Groups

I have been trying to work out how to configure MSMQ for high availaibility. I think that I need to use Zones, & Deployment Groups to configure the server deployment.  But I am unsure how  I would go about this and what the perfromance impacts are. So let me give you the scenario that I am looking at and you can then point me in teh direction of resources that I need to be able to resolve it. I have 3 High throughput topics that need reliable messaging Service1Service2Service3 Each of these…See More
Discussion posted by Alixx Skevington Feb 7
Profile Icon
Alixx Skevington is now a member of Neuron ESB User Network Feb 6
Profile Icon
Umesh Kumar Maurya is now a member of Neuron ESB User Network Jan 24
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

Badge

Loading…

© 2012   Created by Neuron Admin.   Powered by .

Badges  |  Report an Issue  |  Terms of Service