Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mqtt axis2 transport #38

Merged
merged 4 commits into from
Jul 7, 2015
Merged

mqtt axis2 transport #38

merged 4 commits into from
Jul 7, 2015

Conversation

ashalya
Copy link
Contributor

@ashalya ashalya commented May 25, 2015

No description provided.

<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>1.6.1-wso2v10</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the version to the parent pom of this repository. Also the version is old. Switch to the latest axis2 version.

malakasilva added a commit that referenced this pull request Jul 7, 2015
@malakasilva malakasilva merged commit 4475e5a into wso2:master Jul 7, 2015
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the year in the license header.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in #66

* @param qos the maximum quality of service to receive messages at for this subscription
* @throws MqttException
*/
public void subscribe(String topicName, int qos) throws Throwable {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment I've made earlier on throwing "Throwable"s applies here as well.

Nirothipan pushed a commit to Nirothipan/wso2-axis2-transports-1 that referenced this pull request May 6, 2020
ESBJAVA-4289 [JMS Dual Channel] Avoid JMS selectors when Reply Destination is not defined
Nirothipan pushed a commit to Nirothipan/wso2-axis2-transports-1 that referenced this pull request May 6, 2020
This reverts commit 34c9795, reversing
changes made to c0cee58.
Nirothipan pushed a commit to Nirothipan/wso2-axis2-transports-1 that referenced this pull request May 6, 2020
Revert "Merge pull request wso2#38 from hastef88/dualchannel"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants