esb

Are there any .NET ESBs?

ESBs (Enterprise Service buses) have become quite popular in the enterprise Java world - but are there any equivalents in the .NET arena? ...

ESB Entry Points

Hi, I am trying to get a further understanding of message buses and one question that keeps coming up in my head is "how does the message get onto the bus?". Now, I assume there is a service (WCF, etc) of some sort that receives messages and puts them onto the bus. So then the other question I have is isn't this service then likely to b...

BizTalk 2009 ESB Confusion

I have a little experience with BizTalk and am trying to understand BizTalk 2009 ESB Toolkit 2 without using it. Firstly, I am wondering whether anyone can clear up a couple of concepts for me: What is the difference between an "on-ramp" and a "receive port"? Why do you need itineraries, can you not simply create the same using ports a...

Alternatives to Enterprise Service Bus

I am considering using ESB like Mule for my next project. The problem is that I've heard lots of critics about ESBs, mainly that they are heavyweights that cause more problems than they solve. What are the alternatives ? I would like a loosly copuled message based infrastructure that connects Java apps together , with some central routin...

handling timeouts with NServiceBus

i know that i can implement a message in NServiceBus with the TimeToBeReceived attribute but does nservicebus has an infrastructure facilities for executing an event-handler when the sent message was not received after the configured time in the TimeToBeReceived attribute? ...

EMS volume statistics

We have a file based batch system which runs for 2 hours and handles 2-3 million records. The current process uses shell scripts, sql to do this. (We transform the data, stage it and then do the updates/inserts/valuation) Can someone tell me about the performance/volume metrics of using a EMS/ESB with java to do the above tasks? We are ...

ESB 2.0 : How to cCnfiguring XPath Resolver

I am new to ESB 2.0 with BizTalk Server 2009, Can anybody explain how to configure the XPath Resolver in ESB 2.0. In my case I am receiving a message through OnRamp, based on the content of the message I have to route the message. Details: <Root> <DataValue> </DataValue></Root> Based on DataValue We have to route, DataValue should not b...

What data/service is where?

What management tools (open source or otherwise) are there to track the location of data, the services that deliver/use that data and the services themselves. If you believe the snake oil a combination of DB, ESB and SOA will deliver anything anywhere, but how do you know what's where. BTW I'm not interested at the WSDL level, I'm thinki...

What is the future of GlassFish ESB / Open ESB

With the merger of SUN and Oracle: What is the future of Open ESB a.k.a. GlassFish ESB? Is this a product which will be discontinued as Oracle has Oracle Service Bus (was BEA AquaLogic Service Bus)? ...

Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule) ?

Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule) ? ...

What the best way to move IBM Message Broker components between DEV, QA and PROD environments?

On a SOA project we start to employ IBM WebSphere Message Broker to orchestrate .NET-based web services. We have distinct DEV, QA and PROD environments for the system being developed. WebSphere Message Broker Toolkit would be used to develop message flows in DEV. And with DEV everything is more or less clear. For QA and PROD we aim to...

Anyone integrated MULE (ESB) into .Net platforms or WCF?

HOw did you integrate? SOAP? etc ...

Can you reload JBoss ESB services via an MBean or something similar?

The services defined in my jboss-esb.xml refer to properties from the SystemProperties service. When I change a property in the properties file (ie, /conf/my-props.properties) I can reload them using the SystemProperties MBean. I am unsure, however, how to get the services to reload using the new properties without redeploying the esb ...

When to use an ESB? messaging with Email/XMPP/SMS

Hi all, I am adding some more depth to the application by supporting multiple methods for notification. Currently, if there is an exception on the site or an event occurs on the site, an email will be sent out to those users, but I want that to be more generic. I want the users to be able to prioritize their notification methods. If ...

Sonic ESB Experiences?

From a programmer's standpoint, what is your opinion of Sonic ESB? We had a the Progress people come give us a demo, and we baked up a proof of concept. But we are interested in what collective Stackoverflow opinion(s) might be. Did you need/get training? Was it helpful? Any thing(s) you love about it? (compared to other ESB/queue ...

overview of websphere esb

I have worked with WSDL, SOAP, WS-Addressing, WS-Security, axis1.4, jax-ws, jax-rpc. So I have good understanding of these specifications. Please suggest articles for learning websphere esb from esb basics. ...

Benefits of an enterprise service bus

Where can I find some information on the uses and benefits of an enterprise service bus (ESB)? I am looking for information about: the kinds of problems and ESB helps to solve the alternatives to an ESB - and the tradeoffs in selecting between them what you need to do as a developer to build ESB-compatible systems I'm looking for a ...

Add basicHttpBinding to BizTalk ESB Toolkit WCF Service /ESB.ItineraryServices.WCF/ProcessItinerary.svc

Hello Just getting started with the ESB Toolkit 2.0 on BizTalk Server 2009. I can get a .NET client to talk to the ESB Toolkit WCF Service /ESB.ItineraryServices.WCF/ProcessItinerary.svc with no problem at all, however, we use a client technology that cannot process wsHttpBindings at all, it can only see the basicHttpBinding. Does anyo...

Create pass through with Mule ESB 2.2.1

I'm attempting to set up a config file for Mule ESB 2.2.1 that routes incoming requests to another box. This seems straight forward, but I am getting connection refused exceptions and I'm not sure why. Here is the model from my Mule configuration file: <model name="ProxySample"> <service name="HttpProxyService"> <inbound> ...

How to keep inbound host with custom Mule ESB router

I created a custom router with one endpoint. The custom router looks up the destination of the endpoint based on the URL parameters of the inbound URL. I have an example of this up and running, and I am testing it out in a browser. I am trying to solve one last thing with this. When I make the call in the browser using http://localhost:8...