Add this entry to the uil2-service.xml file present in %JBOSS_HOME%\server\default\deploy\jms folder:
<mbean code="org.jboss.naming.LinkRefPairService"
| name="jboss.jms:alias=UserConnectionFactory">
| <attribute name="JndiName">UserTopicConnectionFactory</attribute>
| <attribute name="RemoteJndiName">UserConnectionFactory</attribute>
| <attribute name="LocalJndiName">java:/UserJmsXA</attribute>
| <depends>jboss:service=Naming</depends>
| </mbean>
This will create the connection factory for you. But i havent done this before. I just tried it now and i was able to see the new entry in the jmx-console
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988748#3988748
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988748
We are building a data provisining system and consider using JBPM with JPDL. But we have encountered serious performance problems. I wonder if it is because of configuration of JBPM or it is just so slow.
We have dsingned a simple workflow (linear, just passing few pices of data) with 12 nodes, deployed it into a database and in a loop we have loaded and run the process 100 times. When the definition was without subprocesses it took 7 sec. when we partitioned it into 3 subprocesses (and this is quite important feature for our project) it took 47 sec!
For comaprision whan we used the classes from the user guide's chapter on graph oriented programming, running 1 milion processes took 8 sec.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988747#3988747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988747