Author |
Message
|
kotagiriaashish |
Posted: Tue Jan 24, 2012 12:53 pm Post subject: What is Broker Built on? |
|
|
 Disciple
Joined: 06 Aug 2011 Posts: 165
|
A friend of mine said that its built on Tomcat, But I seriously doubt him... |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 24, 2012 1:00 pm Post subject: Re: What is Broker Built on? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kotagiriaashish wrote: |
A friend of mine said that its built on Tomcat, But I seriously doubt him... |
You should. WMB isn't built on anything; it's a standalone product that doesn't require additional code support.
Your friend might be thinking of WESB, which is built on / integrated with / requires WAS.
But WAS is not Tomcat. If it's anything, it's Apache.
WMB is a series of Java applets running under Tomcat? There's an architectual vision to conjure with... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 24, 2012 1:02 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's not built on tomcat.
Broker runs in a C++ runtime with a Java runtime. |
|
Back to top |
|
 |
kotagiriaashish |
Posted: Tue Jan 24, 2012 1:03 pm Post subject: Re: What is Broker Built on? |
|
|
 Disciple
Joined: 06 Aug 2011 Posts: 165
|
Vitor wrote: |
WMB is a series of Java applets running under Tomcat? There's an architectual vision to conjure with... |
and to my amazement I found a Catalina folder along with the runtime folders...  |
|
Back to top |
|
 |
kotagiriaashish |
Posted: Tue Jan 24, 2012 1:04 pm Post subject: |
|
|
 Disciple
Joined: 06 Aug 2011 Posts: 165
|
mqjeff wrote: |
It's not built on tomcat.
Broker runs in a C++ runtime with a Java runtime. |
c++ in java?? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 24, 2012 1:05 pm Post subject: Re: What is Broker Built on? |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
kotagiriaashish wrote: |
Vitor wrote: |
WMB is a series of Java applets running under Tomcat? There's an architectual vision to conjure with... |
and to my amazement I found a Catalina folder along with the runtime folders...  |
That's the biphttplistener. It uses Tomcat under the covers.
The SOAP listener uses AXIS under the covers.
Neither of them host main broker functionality. |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Jan 24, 2012 1:06 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I'd really like to know why your friend thinks that.
Please enlighten us. I'm sure we'd all have a good laugh.
Seriously, your friend is very much mistaken.
It has a number of technologies built into it. A scan of this forum would give you a number of hints.
Then a perusal of the documentation would give you more detail of the underlying technology at the core of broker. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 24, 2012 1:12 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kotagiriaashish wrote: |
c++ in java?? |
No. C++ spinning up a Java runtime. Like (as my most worthy associate points out) it spins up a number of technologies. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 24, 2012 1:18 pm Post subject: Re: What is Broker Built on? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kotagiriaashish wrote: |
and to my amazement I found a Catalina folder along with the runtime folders...  |
There's all sorts of stuff down there in the darkness. Most of which (as recent threads have discussed) it's best not to try and exploit or extend directly.
I mean, just because you've found bits of Tomcat & WMB is internally exploiting Tomcat technology doesn't mean you can replace all your Tomcat servers with WMB & have it run the code they were running. Nor does it mean you can treat WMB as if it's Tomcat.
I suppose a lot hinges on what your friend meant by "built on". If he meant "built in" then he'd be partially right. To me "built on" means "relies on" (as WESB is built on WAS) or "extends" (as WMQ monitoring is built on the base Tivoli Omegamon product). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jan 24, 2012 1:24 pm Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
More important than what WMB is built on, is what WMB can offer. WMB offers extremely fast data parsing, in a high speed messaging engine, far superior to any other product. The toolkit by itself is a jewel also. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mgk |
Posted: Tue Jan 24, 2012 1:32 pm Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Quote: |
C++ spinning up a Java runtime |
Quite so. And in V8 there is also a .NET runtime (CLR) as well (on Windows). _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
|