JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-5423

after hot deployment, jms message will not be processed.

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Won't Fix or Usage Issue
  • Affects Version/s: 3.1.0
  • Fix Version/s: None
  • Component/s: Core: Deployment, Transport: JMS
  • Labels:
    None
  • Environment:

    windows, ActiveMQ 5.4.2 JDK 6

  • User impact:
    High
  • Configuration:
    Hide

    <?xml version="1.0" encoding="UTF-8"?>
    <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:jms="http://www.mulesoft.org/schema/mule/jms"
    xsi:schemaLocation="
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd

    http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/3.1/mule.xsd
    http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/3.1/mule-jms.xsd">

    <description>Test JMS connection</description>

    <jms:activemq-connector name="amqConnector"
    specification="1.1"
    brokerURL="tcp://localhost:61616"/>

    <flow name="testJmsFlow">
    <jms:inbound-endpoint queue="testjms.queue" />
    <log-component/>
    </flow>

    </mule>

    Show
    <?xml version="1.0" encoding="UTF-8"?> <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jms="http://www.mulesoft.org/schema/mule/jms" xsi:schemaLocation=" http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/3.1/mule.xsd http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/3.1/mule-jms.xsd"> <description>Test JMS connection</description> <jms:activemq-connector name="amqConnector" specification="1.1" brokerURL="tcp://localhost:61616"/> <flow name="testJmsFlow"> <jms:inbound-endpoint queue="testjms.queue" /> <log-component/> </flow> </mule>
  • Similar Issues:
    None

Description

steps to reproduce:
1. start activemq 5.4.2, start mule 3.1.0
2. deploy testjms.zip
3. goto Http://localhost:8161/admin/queues.jsp, verify that there are 4 consumers on testjms.queue
4. click "send to" link to send a message to Queue testjms.queue, verify that message get consumed.
5. touch mule-config.xml, save it. testjms app is hot deployed with a bunch of Exceptions
6. refresh Http://localhost:8161/admin/queues.jsp now there are 8 consumers on testjms.queue
7. click "send to" link to send another message. this time, the message forever stuck in the queue

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Hide
    Zip Archive
    testjms.zip
    17/Feb/11 04:19 PM
    2.84 MB
    Jazon J
    1. Java Archive File
      lib/activemq-core-5.4.2.jar 3.16 MB
    2. XML File
      mule-config.xml 0.9 kB
    Download Zip
    Show
    Zip Archive
    testjms.zip
    17/Feb/11 04:19 PM
    2.84 MB
    Jazon J

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Hide
Permalink
Willem Peters added a comment - 19/Dec/11 07:27 AM

Any progress on this, or does someone have a workaround? , cause it makes redployment pretty much useless at this point.
As most of my services have JMS connections.

Show
Willem Peters added a comment - 19/Dec/11 07:27 AM Any progress on this, or does someone have a workaround? , cause it makes redployment pretty much useless at this point. As most of my services have JMS connections.
Hide
Permalink
Pablo Kraan added a comment - 02/Jul/12 07:11 PM

I was able to reproduce the issue on 3.1.x but did not find the cause of the problem.
The issue is fixed in 3.2.x/3.3.x/3.x branches. Can try using 3.2.2 or 3.3.0?

Show
Pablo Kraan added a comment - 02/Jul/12 07:11 PM I was able to reproduce the issue on 3.1.x but did not find the cause of the problem. The issue is fixed in 3.2.x/3.3.x/3.x branches. Can try using 3.2.2 or 3.3.0?
Hide
Permalink
Pablo Kraan added a comment - 07/Feb/13 09:13 AM

Closed because lack of feedback and issue is fixed in new versions

Show
Pablo Kraan added a comment - 07/Feb/13 09:13 AM Closed because lack of feedback and issue is fixed in new versions

People

  • Assignee:
    Pablo Kraan
    Reporter:
    Jazon J
Vote (4)
Watch (5)

Dates

  • Created:
    17/Feb/11 04:18 PM
    Updated:
    07/Feb/13 09:13 AM
    Resolved:
    07/Feb/13 09:13 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.