[JBoss Messaging] - DefaultPreserveOrdering in Failover condition
by Yong Hao Gao
Yong Hao Gao [http://community.jboss.org/people/gaohoward] created the discussion
"DefaultPreserveOrdering in Failover condition"
To view the discussion, visit: http://community.jboss.org/message/547275#547275
--------------------------------------------------------------
Hi guys,
In JBoss Messaging, messages can be sucked over between nodes in a cluster. If user wants strict ordering, meaning the messages are received in the order they are sent, he can set "DefaultPreserveOrdering" attribute to "true". Once this is set, a message will only be sucked once. If a message is sucked to another node, it stays in that node forever. However in failover condition, this behavior may change.
For example, a JBM cluster of two nodes, Node A and Node B. A clustered queue Q is deployed in the cluster. A message is sent to Q in node A, then it is sucked over to Q in node B. After that, node B crashes and failover happens. The sucked message will be merged back to Q in nodeA. That effectively breaks the behavior.
I don't know how to proper handle such a situation. Please give some opinion. Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/547275#547275]
Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
Re: [jboss-user] [jBPM] - Workflow Implementation in a web based Application
by Mohd. Sharif
Mohd. Sharif [http://community.jboss.org/people/readsharif] replied to the discussion
"Workflow Implementation in a web based Application"
To view the discussion, visit: http://community.jboss.org/message/547263#547263
--------------------------------------------------------------
Thanks Xu and Sebastian for your valuable inputs. But i need this JBPM workflow functionality as one of the feature , along with many others, in my own custom web application. So can this be integrated in my custom application so that the business user can use this as an add-on functionality to create the custom workflow as they wish. The main purpose of the workflow is to create an approval/rejection process for the company's large number of projects. While defining the workflow as per the project the users/actors needs to be selected for the various stages (decided at time of defining the workflow) in the approval/rejection process and they should be able to view/edit/approve/reject/create the project as per the rights given to them by business user at the time of workflow creation, along with the notification and mails as configured while creating the workflow.
Hope I am not rambling and making some sense :)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/547263#547263]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years