You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Fabrizio Spataro (JIRA)" <ji...@apache.org> on 2018/12/21 16:11:00 UTC

[jira] [Updated] (CAMEL-13030) Thread lock using same mqtt endpoint into SpringDSL and Bean

     [ https://issues.apache.org/jira/browse/CAMEL-13030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabrizio Spataro updated CAMEL-13030:
-------------------------------------
    Description: 
Into my camel application, the thread is blocked when use same mqtt endpoint specified into:

 - Spring Application Context (Spring DSL)

 - Spring bean (using ProducerTemplate inject by *EndpointInject* annotation)

I wrote a junit file into my github repo https://github.com/Fabryprog/camel/tree/CAMEL-13030

You can reproduce it by:
{code:java}
mvn clean -Dtest=org.apache.camel.component.mqtt.MQTTEndpointInjectTemplateTest test 
{code}
 

  was:
Into my camel application, the thread is blocked when use same mqtt endpoint specified into:

 - Spring Application Context (Spring DSL)

 - Spring bean (using ProducerTemplate inject by *EndpointInject* annotation)

I wrote a junit file into my github repo

You can reproduce it by:
{code:java}
mvn clean -Dtest=org.apache.camel.component.mqtt.MQTTEndpointInjectTemplateTest test 
{code}
 


> Thread lock using same mqtt endpoint into SpringDSL and Bean
> ------------------------------------------------------------
>
>                 Key: CAMEL-13030
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13030
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mqtt
>    Affects Versions: 3.0.0
>            Reporter: Fabrizio Spataro
>            Priority: Blocker
>
> Into my camel application, the thread is blocked when use same mqtt endpoint specified into:
>  - Spring Application Context (Spring DSL)
>  - Spring bean (using ProducerTemplate inject by *EndpointInject* annotation)
> I wrote a junit file into my github repo https://github.com/Fabryprog/camel/tree/CAMEL-13030
> You can reproduce it by:
> {code:java}
> mvn clean -Dtest=org.apache.camel.component.mqtt.MQTTEndpointInjectTemplateTest test 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)