"clebert.suco...@jboss.com" wrote : anonymous wrote : You do not expect me to 
look at persisted JMS messages as the system of record for my orders, do you?
  | 
  | This all depends on your business.
  | 
  | If the data should exist on the DB only for the life cycle of the message. 
(I mean, as soon as the message is consumed, the record is deleted), you could 
just store data on the message using a persistent message, and not use the DB 
for anything.
  | 
  | But if the data will exist on the DB after the message is processed, then 
you probably need the data on the DB for other business matters. But on that 
case the Database will be your bottleneck.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244443
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to