|
From Aqualogic Service Bus 2.6 (soon migrated to Oracle Service Bus 10gR3), I am calling a number of web services. However, one of them needs to be called via a HTTP proxy. The other services can not go through the proxy so I can not set the http_proxy...
Started by Eric Darchis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That's only.
On Oracle Service Bus 10gR3, how about Aqualogic Service Bus 2.6 or 3.0 ?
In the advances settings of your business service, you can define a proxy-server.
|
|
Can anyone explain at a beginner-intermediate level the terminology of "bus", "transport" and "endpoint" in the context of an enterprise service bus ? I'm a C# developer with a few years experience now, but only just starting working with an ESB.
It seems...
Started by Neil Barnwell on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Let me try to clarify those terms to you:
Bus in context of ESB architecture should that natively use different transport....
Remember, Enterprise Service Bus is only catch-term for specific kind of informations.
Descriptions of terms.
|
|
We are in need of a distributed architecture messaging system/service bus with the capability of Publish/Subscribe. Does anyone have any reccomendations for a framework that we can use for .net applications?
Started by Climber104 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Both open source and written by very smart people.
Check out masstransit and rhino service bus too.
Hello,
There is no mature Service Bus implementation in .NET stack so far for this.
Evaluate using it.
|
Ask your Facebook Friends
|
Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus? Just to precise, I'm not going to call it through Web Service, but through normal EJB call. I would appreciate if anyone has a succesful...
Started by Przemysław Różycki on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As long as a shared (or available) JNDI service (that the EJB.
Is bound to) is accessible to your service bus, it an act as a client of the EJB published by the (JBoss is itself an application server or not.
|
|
I have limited knowledge of Java-based technologies, and for business enforced reasons, I may need to decide whether WebLogic Integration (WLI) or Oracle Service Bus (OSB) is the better choice for integrating a small number of standalone systems together...
Started by Jeremy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If your interaction....
It is a service bus only execution engine )
A service bus may be used to integrated webservice "ready" applications.
OSB will integrate existing BEA's Aqualogic Service Bus.
Well it depends.
|
|
We have a client application that needs to send messages to a server for various notifications. In order that the client can run occasionally connected I'm going to go with a message-queue approach. The queue processing will take messages off the queue...
Started by Neil Barnwell on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.nservicebus....
In the end I wrote a basic messagebus configured with my own SqlTransport so that messages are serialised and saved to a SQL Server database table, before events are raised and a separate thread is signalled to process the messages .
|
|
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...
Started by LBushkin on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
So, rather than putting a message onto a 'bus', a client directly calls a server.
Over HTTP).
Should really ask yourself before implementing a service bus.
|
|
Hi,
I'm trying to configure a Business Service to use Client Certificate Authentication (to communicate via HTTPS) but I'm getting the following error when I try to run the BS:
"The invocation resulted in an error: No SSL certificates present.".
I have...
Started by Adel Haider on
, 14 posts
by 11 people.
Answer Snippets (Read the full thread at oracle):
Any help.
Instructions on how to configure Oracle Service Bus to connect to SSL secured business endpoints.
|
|
We do a lot of document scanning, and I find myself now with a bunch of simple scripts that watch incoming folders for files, and then route the files to their final destination (i.e. they might end up in a Sharepoint library, or be encrypted and stored...
Started by Boden on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This....
I'd say that Mule is the most powerful and flexible of the open source options right now, but it comes with a learning curve .
However, it is quite a bit less flexible.
Spring Integration is a little more lightweight and has less of a learning curve .
|
|
Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system.
What are the pro's and cons that people have found of using each of the above frameworks? What are the advantages of ...
Started by jacko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
MSMQ has the benefit of already....
In terms of choosing between NServiceBus, Mass Transit, and Rhino Service Bus - it can you'd be left with Service Broker on the Microsoft platform, or some other alternative like ActiveMQ.
Which isn't.
|