You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/09/15 13:32:07 UTC

[GitHub] [activemq-artemis] ehsavoie opened a new pull request #3752: [ARTEMIS-2545]: Auto queue creation does not work with MDBs.

ehsavoie opened a new pull request #3752:
URL: https://github.com/apache/activemq-artemis/pull/3752


   * Adding support for queue autocreation from the resource adapter.
   
   Issue: https://issues.apache.org/jira/browse/ARTEMIS-2545


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] clebertsuconic merged pull request #3752: [ARTEMIS-2545]: Auto queue creation does not work with MDBs.

Posted by GitBox <gi...@apache.org>.
clebertsuconic merged pull request #3752:
URL: https://github.com/apache/activemq-artemis/pull/3752


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] jbertram commented on pull request #3752: [ARTEMIS-2545]: Auto queue creation does not work with MDBs.

Posted by GitBox <gi...@apache.org>.
jbertram commented on pull request #3752:
URL: https://github.com/apache/activemq-artemis/pull/3752#issuecomment-920054777


   The JMS client is doing something _very_ similar in `o.a.a.a.j.c.ActiveMQSession#createConsumer()`. It would be awesome to refactor this code out into the `artemis-commons` module and re-use it between the JMS client and the JCA RA. You could create a new class called `org.apache.activemq.artemis.utils.AutoCreateUtil`, for example.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] ehsavoie commented on pull request #3752: [ARTEMIS-2545]: Auto queue creation does not work with MDBs.

Posted by GitBox <gi...@apache.org>.
ehsavoie commented on pull request #3752:
URL: https://github.com/apache/activemq-artemis/pull/3752#issuecomment-920181062


   @jbertram I'm afraid this can only live in jms-client as it needs the ClientSession


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] ehsavoie commented on pull request #3752: [ARTEMIS-2545]: Auto queue creation does not work with MDBs.

Posted by GitBox <gi...@apache.org>.
ehsavoie commented on pull request #3752:
URL: https://github.com/apache/activemq-artemis/pull/3752#issuecomment-920677955


   @jbertram I've updated the PR to try to have more code reuse.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org