"jaink" wrote : Thanks for the suggestions. Couple of questions | | 1. JMSX properties seems to be optional. Can we assume that JMSXGroupid and JMSXGroupseq are supported by JBoss Messaging? | |
Support for these properties is mandatory - see JMS 1.1 spec 3.5.9 anonymous wrote : | 2. How do transactions work with "fullSize, pageSize and downCacheSize" parameters? If transactions require all messages (as part of the transaction) to be in memory at the same time how does the fullsize restriction work? | | Once the transaction has been committed a subset of the messages can be in memory at once. anonymous wrote : | 3. Not sure what is meant by "Since you won't be using transactions you will of course deal with the fact that your client or server could die after the set of messages was only partially sent." | If you split an image into 10 messages then send them one by, and the client crashes after sending the 5th message, then you have not sent all 5 messages so on recovery you need to deal with this and resend the other 5 otherwise you want be able to re-assemble your large message on the receiving side. anonymous wrote : | if we are using persisted messages with durable subscriber messages should be delivered on any client or server failure (once they recover). Is that correct? | [/quote} | | Yes, but that only applies to the ones you've actually sent. If you crash after number 5 then only 5 will be reliably delivered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944297#3944297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944297 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
