You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2007/01/29 18:53:49 UTC

[jira] Created: (CXF-395) Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1

Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1
-----------------------------------------------------------

                 Key: CXF-395
                 URL: https://issues.apache.org/jira/browse/CXF-395
             Project: CXF
          Issue Type: Task
            Reporter: Jonathan Anstey
            Priority: Minor


CXF currently uses ActiveMQ 4.1 [1]. ActiveMQ 4.1 introduces a new main jar name:

ActiveMQ 4.0.X jar name: incubator-activemq-${activemq.version}.jar
ActiveMQ 4.1 jar name: apache-activemq-${activemq.version}.jar 

So, the jms_pubsub and jms_queue samples should be updated to use this new jar name. 

[1] Relevant snippet from https://svn.apache.org/repos/asf/incubator/cxf/trunk/pom.xml
<activemq.version>4.1.0-incubator</activemq.version>

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


[jira] Assigned: (CXF-395) Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang reassigned CXF-395:
--------------------------------

    Assignee: willem Jiang

> Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1
> -----------------------------------------------------------
>
>                 Key: CXF-395
>                 URL: https://issues.apache.org/jira/browse/CXF-395
>             Project: CXF
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>         Assigned To: willem Jiang
>            Priority: Minor
>         Attachments: cxf-395.patch
>
>
> CXF currently uses ActiveMQ 4.1 [1]. ActiveMQ 4.1 introduces a new main jar name:
> ActiveMQ 4.0.X jar name: incubator-activemq-${activemq.version}.jar
> ActiveMQ 4.1 jar name: apache-activemq-${activemq.version}.jar 
> So, the jms_pubsub and jms_queue samples should be updated to use this new jar name. 
> [1] Relevant snippet from https://svn.apache.org/repos/asf/incubator/cxf/trunk/pom.xml
> <activemq.version>4.1.0-incubator</activemq.version>

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


[jira] Resolved: (CXF-395) Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang resolved CXF-395.
------------------------------

    Resolution: Fixed

This patch had been applied in the revision 501358.

> Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1
> -----------------------------------------------------------
>
>                 Key: CXF-395
>                 URL: https://issues.apache.org/jira/browse/CXF-395
>             Project: CXF
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>         Assigned To: willem Jiang
>            Priority: Minor
>         Attachments: cxf-395.patch
>
>
> CXF currently uses ActiveMQ 4.1 [1]. ActiveMQ 4.1 introduces a new main jar name:
> ActiveMQ 4.0.X jar name: incubator-activemq-${activemq.version}.jar
> ActiveMQ 4.1 jar name: apache-activemq-${activemq.version}.jar 
> So, the jms_pubsub and jms_queue samples should be updated to use this new jar name. 
> [1] Relevant snippet from https://svn.apache.org/repos/asf/incubator/cxf/trunk/pom.xml
> <activemq.version>4.1.0-incubator</activemq.version>

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


[jira] Updated: (CXF-395) Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey updated CXF-395:
--------------------------------

    Attachment: cxf-395.patch

Patch to fix issue CXF-395. 

   - The readmes were updated to reflect new ActiveMQ jar name and version.
   - The build.xml files were updated to reflect the new ActiveMQ jar name.
   - jms_pubsub and jms_queue samples were tested on Redhat Linux AS4 Update 2, against the ActiveMQ distribution downloaded from: 

http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/apache-activemq/4.1.0-incubator/apache-activemq-4.1.0-incubator.zip  

> Update jms_pubsub and jms_queue samples to use ActiveMQ 4.1
> -----------------------------------------------------------
>
>                 Key: CXF-395
>                 URL: https://issues.apache.org/jira/browse/CXF-395
>             Project: CXF
>          Issue Type: Task
>            Reporter: Jonathan Anstey
>            Priority: Minor
>         Attachments: cxf-395.patch
>
>
> CXF currently uses ActiveMQ 4.1 [1]. ActiveMQ 4.1 introduces a new main jar name:
> ActiveMQ 4.0.X jar name: incubator-activemq-${activemq.version}.jar
> ActiveMQ 4.1 jar name: apache-activemq-${activemq.version}.jar 
> So, the jms_pubsub and jms_queue samples should be updated to use this new jar name. 
> [1] Relevant snippet from https://svn.apache.org/repos/asf/incubator/cxf/trunk/pom.xml
> <activemq.version>4.1.0-incubator</activemq.version>

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