From: genman <do-...@jb...> - 2005-10-06 20:55:34
|
Hmm, I should have looked at the new JCA 1.5 adaptor, which is probably what I want to be working on, not the old JMS adaptor. It has more of what I want and more sane class interfaces. With values from activation options (JmsActivation), I can probably come up with some configuration keys that specify the appropriate behavior. The general is idea is that src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSession.java onMessage(Message) would include some sort of "plug in" (like the DLQHandler) for generating new session pools with selectors based on the contents of the message. I don't yet know what it'll look like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899725#3899725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899725 |