In o.a.c.components.jms.AbstractMessagePublisher there is the following comment in the initialize method:

    private int m_acknowledgeMode;

        . . .

    public void initialize() throws Exception {

        // set the default acknowledge mode
        // concrete implementations may override this
        m_acknowledgeMode = Session.DUPS_OK_ACKNOWLEDGE;

How do you override this in practise?
I have tried overriding the entire method, with just this value changed but get compilation errors about the private access.

Thanks for any suggestions.

regards Jeremy


--------------------------------------------------------

                  If email from this address is not signed
                                IT IS NOT FROM ME

                        Always check the label, folks !!!!!
--------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to