Expose AMQSession.declareQueue to mirror declareExchange
--------------------------------------------------------

                 Key: QPID-807
                 URL: https://issues.apache.org/jira/browse/QPID-807
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: M2.1
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M2.1


Currently the AMQSession method access protection is:

public declareExchange
public declareAndBind
private declareQueue
private getProtocolHandler

Change declareQueue to be public so that it can be used in tests.
Change getProtocolHandler as it uses the public method on Connection so hiding 
it here is a bit pointless.

These should all be put in to the qpid.jms.Session extension interface if we 
are happy people should be using them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to