[jboss-user] [JBoss jBPM] - how send msg in jbpm 3.2.2

rainhust do-not-reply at jboss.com
Thu Nov 22 20:37:20 EST 2007


at jbpm 3.1.4 , can send msg use following code

  |                Message msg=new TextMessage(sb.toString());
  | 		msg.setDestination(issueUser);
  | 		msg.setToken(arg0.getProcessInstance().getRootToken());
  | 		DbMessageService msgService=new DbMessageService();
  | 		msgService.send(msg);
  | 		msgService.close();
  | 

in 3.2, the Message class is gone. how i can do this job. please tell me. any help , thanks.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107220#4107220

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107220



More information about the jboss-user mailing list