Author |
Message
|
PEPERO |
Posted: Sun Aug 30, 2015 6:08 am Post subject: IBM WMB technology and architecture used |
|
|
Disciple
Joined: 30 May 2011 Posts: 177
|
Hi all;
Does anybody knows what technology (J2SE, J2EE or ...) is used to develope the core IBM Websphere Message Broker and also what architecture is it using (SOA , or ...)? |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Aug 30, 2015 11:28 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
What do you think it uses?
Where have you looked for an answer? _________________ 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 |
|
 |
PEPERO |
Posted: Sun Aug 30, 2015 8:03 pm Post subject: |
|
|
Disciple
Joined: 30 May 2011 Posts: 177
|
i guess it's based on J2EE technology and uses SOA as its core architecture and i want to be sure. |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Aug 30, 2015 10:23 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
just about 100% wrong (IMHO)
As has been said many times, Broker is not a J2EE Application Server.
Some nodes are written in C++ (eg ESQL Compute Node)
Some Nodes are written in Java
etc
You can create a SOA environment with Broker at its core After all it was once called "ESB Advanced" but you don't have to do anything with SOAP or HTTP or TCPIP or Files or SAP or.. or ... or.... or if your requirements don't need it.
One of the big advantages of broker is its flexibility. Your flows define the architecture you want to create and present to the outside world. _________________ 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 |
|
 |
PEPERO |
Posted: Mon Aug 31, 2015 12:18 am Post subject: |
|
|
Disciple
Joined: 30 May 2011 Posts: 177
|
Thanks for the brief response. Does WMQ also implemented using the C++ technology? Although i know this link is not related to WMQ ... |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 31, 2015 4:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
PEPERO wrote: |
Does WMQ also implemented using the C++ technology? |
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Aug 31, 2015 4:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
PEPERO wrote: |
Thanks for the brief response. Does WMQ also implemented using the C++ technology? Although i know this link is not related to WMQ ... |
Yes, you can write MQ applications using C++. The C++ API that comes with MQ has not been updated in several releases, so you are better off using the standard C API either directly in your existing classes or wrapped in specific classes to provide an abstraction between MQ and your application code. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|