ahkeong
(ahkeong *)
July 21, 2010, 7:14am
1
Hi all,
I’m not too familiar with the webMethods broker. Due to constraints, we are not able to adopt the webMethods broker. Can I check technically how feasible if we want to adopt open source broker like proteus to replace webMethods broker? Is it achievable?
Tong_Wang
(Tong Wang)
July 22, 2010, 12:52am
2
Yes and no.
For totally replacing WM broker without much coding, it’s not easy. Wm broker is just tightly integrated with all other WM components.
But, if you just want queuing, it’s yes. We use JMS queue in Jboss, WM as both publisher and consumer of the queue, works fine with hugh throughput.
DevNull43
(DevNull43 *)
July 22, 2010, 3:07am
3
Uhmmm not at all.
Broker is something else than a JMS provider. wM concept of documentType will work only with IS local publish and broker.
If local publishing is fine with you, and you do not need a remote Broker that’s fine. But many functionalities would require publish doctypes.
Now when it comes to regular JMS pub/sub webMethods support ONLY the following providers ( http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuite8_ga/Integration_Server_and_Process_Engine/8-0-SP1_Administering_Integration_Server.pdf page 189)
Integration Server can be used with the following JMS providers.
JBoss Messaging 1.4.0 SP3 and higher
Oracle Streams Advanced 10.2.*
Queuing (AQ)
SonicMQ 7.5 and 7.6
WebLogic 9.1, 9.2, and 10.3
webMethods JMS Provider 6.5 and higher
WebSphere MQ 6.0 and 7.0
As you can see while talking about OpenSource only Jboss fits here.
Other might work but you better do not have a problem and need to contact support.
Aside from price contraints, why aren’t you able to use wM Broker?