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

Ibmmqconnector #1

Closed
wants to merge 86 commits into from
Closed

Ibmmqconnector #1

wants to merge 86 commits into from

Conversation

hasithajayasundara
Copy link

ibm-mq-connector for wso2 esb

@@ -0,0 +1,33 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.

Choose a reason for hiding this comment

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

Please correct the license header to 2017 license header

Copy link
Author

Choose a reason for hiding this comment

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

Done.!

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.

Choose a reason for hiding this comment

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

Please correct the license header to 2017 license header

Copy link
Author

Choose a reason for hiding this comment

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

Done.!

import java.util.Collection;
import java.util.Vector;

/**

Choose a reason for hiding this comment

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

Remove the current Java Doc and add a descriptive one

Copy link
Author

Choose a reason for hiding this comment

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

Done.!

@@ -0,0 +1,32 @@
package org.wso2.carbon.esb.connector;

Choose a reason for hiding this comment

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

Remove the current Java Doc and add a descriptive one

Copy link
Author

Choose a reason for hiding this comment

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

Done.!

import org.wso2.carbon.connector.core.ConnectException;

/**
* Created by hasitha on 6/30/17.

Choose a reason for hiding this comment

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

Remove the current Java Doc and add a descriptive one

@@ -0,0 +1,239 @@
package org.wso2.carbon.esb.connector;

Copy link

Choose a reason for hiding this comment

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

Please add wso2 licence header to each file

Copy link
Author

Choose a reason for hiding this comment

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

Done.!

/**
* Sample integration test
*/
public class ibmmqIntegrationTest extends ConnectorIntegrationTestBase {

Choose a reason for hiding this comment

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

IbmmqIntegrationTest

@djkevincr
Copy link

Please note you should remove all the proprietary IBM binary files committed from the PR.
com.ibm.mq.allclient.jar, com.ibm.mq.allclient.jar, com.ibm.mq.allclient.jar

@riyafa
Copy link

riyafa commented Aug 8, 2017

What if we have only a few meaningful commits in the PR? You may squash commits in the following manner:
https://www.devroom.io/2011/07/05/git-squash-your-latests-commits-into-one/

… the result

Code cleaned up

changed method synchronization

Removed ConcurrentHashmap

Added Queue Manager disconnect method

Removed producerType configuration parameter

Removed keystore parameters

Init.xml changed for removed ssl parameters

Added report replyToQueue and repalyToQueueManager parameters for report messages

Message Type parameter changed
@hasithajayasundara hasithajayasundara closed this by deleting the head repository Feb 1, 2024
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.

6 participants