[Design of JBoss ESB] - Supporting entry-point
by Kevin.Conner@jboss.com
We are intending to extend the BusinessRulesProcessor to support the entry-point API, as part of the following task.
https://jira.jboss.org/jira/browse/JBESB-2273
We need to get a better understanding of what is possible as well as what needs to supported, and are intending to discuss this with the drools team at J1 next week.
In the meantime it would be good to get others opinions of what needs to be done, for example Jeff added the following comment to the JIRA.
Jeff DeLong - 27/May/09 01:08 PM
There is a little more to this potentially than just configuring the names of a entry points in a single service. Entry points are relative to the StatefulKnowledgeSession. They allow for multiple event streams to populate the working memory. So for example the Order service could be configured to use the OrderStream, and a Customer service would be configured to use the CustomerStream. A third service would then be configured to create the StatefulKnowledgeSession and place this object in some location where it could be looked up and used to create the entry points by the other two services. This capability is perhaps not necessary as part of the Tech Preview, but should be kept in mind when designing the entry point logic.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233775#4233775
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233775
15 years, 7 months
[Design of Management Features on JBoss] - Re: How to Expose MBean Invocation Stats into admin-console?
by ALRubinger
Aha, works now:
final BeanMetaData bean = bmdb.getBeanMetaData();
|
| // Add the attachment
| du.addAttachment(BeanMetaData.class, bean);
...yielding:
ManagedDeployment: vfszip:/home/alrubinger/business/jboss/wc/jbossas/branches/Branch_5_x/build/output/jboss-5.1.0.GA/server/default/deploy/ejbthree1677.jar/
| +++ ManagedComponent(name=org.jboss.ejb3.metrics.impl.BasicSessionMetrics, type=(ComponentType{type=MCBean, subtype=*}), compName=ejbthree1677.jar-metrics, attachment: org.jboss.ejb3.metrics.impl.BasicSessionMetrics
| ++++++ properties: [removeCount, currentSize, maxSize, createCount, availableCount]
|
S,
ALR
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233725#4233725
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233725
15 years, 7 months