[ 
https://issues.apache.org/jira/browse/ARTEMIS-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324201#comment-15324201
 ] 

Ari Tilli commented on ARTEMIS-535:
-----------------------------------

20  
...g/apache/activemq/artemis/core/protocol/proton/plug/ProtonSessionIntegrationCallback.java
Sorry for not really checking this earlier, but I have no environment at home 
(so can not debug) , so I just browse githup with browser, which makes
finding issues very difficult. Problem/Issue might be below, where durable = 
true in both added methods. 

 @@ -185,6 +185,16 @@ public void createTemporaryQueue(String queueName) throws 
Exception {
     }
  
     @Override
 +   public void createTemporaryQueue(String address, String queueName) throws 
Exception {
 +      serverSession.createQueue(SimpleString.toSimpleString(address), 
SimpleString.toSimpleString(queueName), null, false, true);
 +   }
 +
 +   @Override
 +   public void createDurableQueue(String address, String queueName) throws 
Exception {
 +      serverSession.createQueue(SimpleString.toSimpleString(address), 
SimpleString.toSimpleString(queueName), null, false, true);
 +   }
 +
 +   @Override

> Improve amqp protocol to support topics
> ---------------------------------------
>
>                 Key: ARTEMIS-535
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-535
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: AMQP
>            Reporter: Andy Taylor
>            Assignee: Andy Taylor
>             Fix For: 1.3.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to