esb

Better solution for WCF service(s) that talk to 3rd party Java services?

I am in a scenario where I have to integrate with a 3rd party system here at my job that exposes Java-based web services. I can parse the service WSDL definitions and generate proxy classes and interact with them just fine in the .NET world. However, the services aren't very "clean" in the sense that the property names in the Java app's ...

Is BizTalk an ESB?

hello, I am looking into architectural patterns, Enterprise Services Bus (ESB) precisely. Upon reading this article Enterprise Integration, and with little to no experience I am wondering if BizTalk has is a ESB or is it just a EAI (Hub/Spokes or Bus)? I found this NServiceBus and Biztalk, describing BizTalk as a central message broker...

Choosing an ESB for .NET

I know that the question has been asked before, but it's been two years and things might have changed. Also I have more specific requirements that I wish to discuss. We have a few systems that need to interoperate. We want to use the Mediator Pattern and a Publish/Subscribe communication model: Some systems will publish information to t...

How can I tell whether an incoming SOAP message has an attachment or not?

I'm working on a web service in Java that takes in a SOAP request and needs to fail if the request doesn't contain an attachment. I'm testing using soapUI, sending a message to an instance of WSO2 ESB, passing it to an instance of Apache ActiveMQ and later converting it into an org.oasis_open.docs.ns.cmis.messaging._200908.SetContentStr...

Highly configurable and efficient ESB / SOA / integration framework

Hi, my plan is to develop or use a Java-based integration framework (ESB, SOA whatever) that deals with services, with the following constraints: a Service can be deployed on multiple machines but doesn't have to be present on every one of them a Service can be deployed and re-deployed (with a newer version) separately a Service is con...

Does Fuse ESB 4.2 have features(group of bundles) in it??

when i see the avaliable commands on the karaf console.there is no "features:" commands. Are their only osgi bundles in 4.2 or did i download sumthing else @Claszen thank you for the answer but it did not work. i downloaded the 66.54 mb zip file meant for windows. and on running the servicemix.bat the following error's prop up before t...

SOA / ESB Dilemma

Sorry for the very involved question, but this is something I've been researching for a while now and it is really frustrating me. I feel like in today's age we have a million and one ways to implement services tat are cross-platform (SOAP) and easy to build (thanks to .NET, java, and other frameworks). However, these technologies have...

PubSub between Java and .Net

Hi, Is there a good free service bus for .Net that allows subscriptions from Java clients? I'm working with NServiceBus and I like the fluent API and the simplicity, but it doesn't support Java clients or WCF integration for web-service based connections. Thanks! ...

.NET ESB performance

I'm starting to design a new version of one of my company's telecommunications products, and to provide load balancing and scalability I was considering some kind of (.NET open source) ESB. I'm hoping to boost the throughput of the system by avoiding relational databases and use (perhaps) non-transactional queues feeding into distributed...

Selective Reading From a Queue--Custom MSMQ Service, ESB, or Something Else?

Looking for some ideas/pattern to solve a design problem for a system I will be starting work on soon. There is no question that I will need to use some sort of messaging (probably MSMQ) to communicate between certain areas of the system. I don't want to reinvent the wheel, but at the same time I want to make sure I am using the right t...

unable to install activemq-web-console in Fuse service mix

"Error executing command: URL [mvn:org.apache.activemq/activemq-web-console/5.4.0/war] could not be resolved." is thrown up when i do features:install activemq-web-console i am using fuse 4.3 ...

Installation of different versions of Mule ESB in the same server

PROBLEM - Can different versions of Mule be deployed (say Mule 2.0 and 2.2.0) in the same server? They will be used for different applications. Will there be any conflict because of it? Should any pre-requisites be taken care before doing that way Do you foresee any potential risks in this? Thanks :) ...

Choice of ESB Architecture

Hello, I am working on a project using MULE ESB. The present scenario in the application I am working is From the first application we are able to send xml msgs to peoplesoft (its acting as the second application) directly but it is not guaranteeing that all the messages will be received at the peoplesoft end .. so we decided using ...

How to send ALL XML messages that were sent when the database was down TO PeopleSoft after database picks up?

Hello, I am working on a project using MULE ESB. The present scenario in the application I am working is From the first application we are able to send xml msgs to peoplesoft (its acting as the second application) directly but it is not guaranteeing that all the messages will be received at the peoplesoft end. so we decided using MUL...

ActiveMQ forwarding from local broker to a remote broker [with unstable connection]

I have the following problem: I have several sites with a local ActiveMQ broker that forwards to a remote broker (in a datacenter). This connection is often unstable, and goes down several times a month for a few minutes or hours at a time. Messages therefore need to wait on the local broker if the remote broker is not accessible at th...

Apache Camel and other ESB products

Hey, If we have Apache Camel why to use other solutions like Apache ServiceMix and Mule? Is there something Apache Camel can't do comparing to these products? When to use Mule/ServiceMix and when to use Camel? ...

Is this a good reason to use a service bus, alternatives please

I'm in the planning phase of our new site - it's an extension of some mobile apps we've built. We want to provide our users with a central point for communication and also provide features for users who don't want to/can't use the mobile apps. One of the features we're looking at adding is a reputation system similar in nature to the SO ...

Software-based load-balancing + some of ESB tool for .NET. What are the options? (if any)

I need some piece of software that will fulfill the following functions: 1. Give a single endpoint to a client (abstracting it from several service endpoints) 2. Keep a queue of incoming requests 3. Balance load between several service endpoints on several machines 4. Control availability of these endpoints 5. Give client some readable e...

Using an ESB system to replicate data among databases.

Hi, I work in a small supermarket chain (4 stores). Each store has its own local database which contains information of each product, prices, and transactions that have ocurred on the store. In addition, each store needs to replicate this information back and forth to a central location. Right now we are using something called SQLRem...

NServiceBus - Beginner Tutorials

I have recently read some articles about service buses and would like to to give it a go. Googled to find a good beginner tutorial on NserviceBus, bug could not find a one so far. Anyone aware of a good beginner tutorial on NServiceBus? (to start from very basic level) seen some literature on internet, but they do not seem to be begi...