Which open source ESB is recommended for JBoss 7.1? - jboss

JBossESB and Apache ServiceMix do not seem to be ready for JBoss 7.1

Have a look at Switchyard:
http://www.jboss.org/switchyard
UPDATE: RedHat is going to replace JBossESB with SwitchYard:
http://searchsoa.techtarget.com/feature/Red-Hat-makes-a-switch-SwitchYard-project-to-replace-JBoss-ESB

Related

BPM suite installation on Jboss FUSE (instead of EAP)

I am looking to install Jboss BPM suite on Jboss fuse instead of usual EAP servers. Please help!!!
Thanks
can you provide more details on what you already tried and what are your errors?
Have you read/try the documentation?
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.2/html/Installation_Guide/Integration.html
https://access.redhat.com/documentation/en/red-hat-jboss-fuse/6.3/paged/integration-guide/
Regards,

Jboss fuse with EAP container

I am new to Jboss fuse. I went through several tuitorials regarding fuse.
JBoss Fuse combines several technologies like Apache Camel, Apache CXF, Apache ActiveMQ, Apache Karaf and Fabric8
in a single integrated distribution.
I have downloaded the installer from jboss site and installed in to jboss-EAP 6.4 . I checked the standalone.xml and didnt find any configuration regarding
Apache ActiveMQ, Apache Karaf and Fabric8.
My doubt is without these configurations how fuse will support messaging service and osgi ?
I am trying to use fuse in jboss-EAP 6.4 server as osgi.(fuse+server+osgi)
Please guide me.
JBoss EAP is for your web application. JBoss Fuse is the middleware and ActiveMQ is the message broker.
There is no ActiveMq in EAP as it's your Application Server where you run your web applications. You can use ActiveMq in EAP but it's not designed for that. However you can find an ActiveMq configuration in JBoss Fuse where is more suitable to use broker. JBoss Fuse isn't something you can use inside the EAP but it's a separate application that you can use WITH the EAP. So your question probably is "how to connect JBoss Fuse and JBoss EAP?" If so, then you can achieve that by using HTTP queries from EAP to Fuse for example.
About your doubt JBoss Fuse supports OSGi and by using Apache Camel inside your OSGi bundles you can use the ActiveMq component to connect and send/receive AMQ messages.
If you tell us more what you are trying to achieve using the JBoss ESB Stack probably we can help you more.
Best Regards

How to upgrade embedded HornetQ on JBoss 6.1.0.Final

I am running JBoss 6.1.0.Final with embedded HornetQ.
I want to upgrade HornetQ but keep the JBoss.
Is that possible, and how? What would the latest compatible HornetQ version that can still work with JBoss 6.1.0Final?
Looking at this thread: How to upgrade HornetQ version in JBoss 6?
I tried the following:
1- Download HornetQ 2.4.0, but wasn't sure what copy from the pack?
2- Download the latest JBoss AS 6.1.1Final and copies some jars, but not sure what version I deployed.
I need at least version 2.3.0 or HornetQ, and I have no idea which version of HornetQ is deployed with the latest 6.1.1.Final !
With JBoss EAP I would post your question to RedHat support. EAP 6.1 comes with HornetQ 2.3.1.Final, as you can see here. 6.1.1 comes with 3.6.6. And you can see the version simply by looking at the log messages or inside the manifest.

How to detect Jboss version during installation?

We are currently migrating from Jboss AS 4.2.3 to Jboss AS 7.1.1. When running the installation process we need to detect if the client already have Jboss installed and which version is it.
From what I can see ,in Jboss 4.2.3 there is a readme.html file, while under Jboss 7 it is called readme.txt, is there a more unified/common way to detect it?
if there is a standalone.xml file it should mean it is jboss as 7

How to find a new JBoss Application Server 7 server in eclipse?

I want to launch my application with JBoss AS7. Normally I'll go to Window->Preferences->Server->RuntimeEnvironments and Add JBoss 7.0 Runtime. But I can't find JBoss AS 7.0 Runtime. I have installed the JBOSS Community with JBoss AS 3.2, ... 6.0 but where is 7? Thanks for your help
You can indeed run JBoss Application Server 7 with Eclipse, but you will find it easiest to do so with JBoss Tools. There's a helpful guide posted to the JBoss community per the following: Starting JBoss AS from Eclipse with JBoss Tools
There's another useful guide on the JBoss Tools site: How to use JBoss AS 7 Beta 2 with JBoss Tools & Developer Studio
I don't think that Eclipse supports JBoss AS 7... You may need to run it manually for now.