[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on AMQ-6428:
--

Commit a27f4f2ea802bb52380f8d2051d98e55f803d32a in activemq's branch 
refs/heads/master from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=a27f4f2 ]

https://issues.apache.org/jira/browse/AMQ-6428

Merge branch 'AMQ-6428'

This closes #198


> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Assignee: Christopher L. Shannon
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on AMQ-6428:
--

Commit bab4a92d6e337828481400a7ec9d94d1516c7158 in activemq's branch 
refs/heads/master from [~hqstevenson]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=bab4a92 ]

AMQ-6428 - Added convience methods to EmbeddedActiveMQBroker and JUnit 
Resources for ActiveMQ clients


> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Assignee: Christopher L. Shannon
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on AMQ-6428:
--

Commit a27f4f2ea802bb52380f8d2051d98e55f803d32a in activemq's branch 
refs/heads/master from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=a27f4f2 ]

https://issues.apache.org/jira/browse/AMQ-6428

Merge branch 'AMQ-6428'

This closes #198


> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Assignee: Christopher L. Shannon
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on AMQ-6428:
-

Github user asfgit closed the pull request at:

https://github.com/apache/activemq/pull/198


> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Assignee: Christopher L. Shannon
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-03 Thread Quinn Stevenson (JIRA)

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

Quinn Stevenson commented on AMQ-6428:
--

I think I've got the PR fixed

> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-03 Thread Christopher L. Shannon (JIRA)

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

Christopher L. Shannon commented on AMQ-6428:
-

You could just just create a new branch off master and then cherry-pick your 
correct commit onto it.  Then you could force push that new branch for this PR 
or create a brand new PR off of that new branch, either way would work.

> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-10-03 Thread Quinn Stevenson (JIRA)

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

Quinn Stevenson commented on AMQ-6428:
--

I tried squashing my two commits, but I think I screwed something up - the PR 
is showing a bunch of other commits from other people.

I'm not exactly sure how to fix this other than closing the current PR and 
opening a new one.  Is there an easier way?

> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-09-30 Thread Christopher L. Shannon (JIRA)

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

Christopher L. Shannon commented on AMQ-6428:
-

Can you squash the commits and rebase? After a quick glance this looks pretty 
good and I saw that you commited a similar patch to Artemis so it makes sense 
to have matching test utilities in this project as well.

> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on AMQ-6428:
-

GitHub user hqstevenson opened a pull request:

https://github.com/apache/activemq/pull/198

AMQ-6428 - Add methods to EmbeddedActiveMQBroker an ActiveMQ client JUnit 
Rules



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/hqstevenson/activemq AMQ-6428

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #198


commit 343e3738b5cffdd6b95cfa257134108105f714c7
Author: Quinn Stevenson 
Date:   2016-09-16T20:59:13Z

Added methods to EmbeddedActiveMQBroker to send messages, as well as JUnit 
Rules for ActiveMQ clients

commit f7b5b901004b90975cb82390684e89df57eaced4
Author: Quinn Stevenson 
Date:   2016-09-16T20:59:47Z

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/activemq 
into AMQ-6428

commit 7be356017eecf37fa9c4884906e4eda06d8a6f19
Author: Quinn Stevenson 
Date:   2016-09-16T21:07:13Z

Added license header to files




> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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


[jira] [Commented] (AMQ-6428) Add methods for sending messages to topics or queues

2016-09-12 Thread Quinn Stevenson (JIRA)

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

Quinn Stevenson commented on AMQ-6428:
--

I'm working on this one - you can assign it to me

> Add methods for sending messages to topics or queues
> 
>
> Key: AMQ-6428
> URL: https://issues.apache.org/jira/browse/AMQ-6428
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Quinn Stevenson
>Priority: Minor
>
> To simplify testing, the EmbeddedActiveMQBroker (in activemq-junit) should 
> have methods to send messages to topics and queues.



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