OK, i found this queue/JbpmQueue in the configuration of the jbpm-starters-kit:
<mbean code="org.jboss.mq.server.jmx.Queue"
| name="jboss.mq.destination:service=Queue,name=JbpmQueue">
| <depends
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
| </mbean>
Its not a topic, as i was looking for, but a Queue -but who cares.
I am a J2EE newbie, but looking at the
anonymous wrote : MBean Name:
| Domain Name: jboss.mq.destination
| service: Queue
| name: JbpmQueue
| MBean Java Class: org.jboss.mq.server.jmx.Queue
|
and invoking
java.lang.String listMessageCounterHistory()
shows me, that there have'nt been any messages posted while i was going through the
jbpm-Getting-Started Toutorial.
Should i have expected this, as a Queue (other than a Topic) needs message receivers to do
anyting?
When are what kind of messages send by jbpm to that queue?
Thanks for any reply,
Gregor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965344#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...