ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » What is Broker Built on?

Post new topic  Reply to topic
 What is Broker Built on? « View previous topic :: View next topic » 
Author Message
kotagiriaashish
PostPosted: Tue Jan 24, 2012 12:53 pm    Post subject: What is Broker Built on? Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue Jan 24, 2012 1:00 pm    Post subject: Re: What is Broker Built on? Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Tue Jan 24, 2012 1:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
kotagiriaashish
PostPosted: Tue Jan 24, 2012 1:03 pm    Post subject: Re: What is Broker Built on? Reply with quote

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
View user's profile Send private message
kotagiriaashish
PostPosted: Tue Jan 24, 2012 1:04 pm    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Tue Jan 24, 2012 1:05 pm    Post subject: Re: What is Broker Built on? Reply with quote

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
View user's profile Send private message
smdavies99
PostPosted: Tue Jan 24, 2012 1:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue Jan 24, 2012 1:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue Jan 24, 2012 1:18 pm    Post subject: Re: What is Broker Built on? Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Tue Jan 24, 2012 1:24 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mgk
PostPosted: Tue Jan 24, 2012 1:32 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » What is Broker Built on?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.