Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-27 Thread Hasitha Jayasundara
Hi Vivekananthan,

I tried with the latest[1] and it's working.No errors.

Thanks

[1].https://github.com/wso2/product-esb

On Wed, Jun 28, 2017 at 9:40 AM, Vivekananthan Sivanayagam <
vivekanant...@wso2.com> wrote:

> Hi Hasitha,
>
> We were able to deploy the Amazon DynamoDB connector, Can you try with
> fresh ESB pack?
>
> [2017-06-28 09:31:43,065]  INFO - LibraryArtifactDeployer Synapse Library
> named '{org.wso2.carbon.connector}amazondynamodb' has been deployed from
> file : /home/vive/Documents/wso2esb-4.9.0/repository/deployment/
> server/synapse-libs/amazondynamodb-connector-1.0.0.zip
>
> [2017-06-28 09:32:09,536]  INFO - SynapseImportFactory Successfully
> created Synapse Import: amazondynamodb
>
> Thanks
>
> Vivekananthan Sivanayagam
> Software Engineer | WSO2
> E:vivekanant...@wso2.com
> M:+94752786138 <+94%2075%20278%206138>
>
> On Wed, Jun 28, 2017 at 9:13 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> Still the error occurs. I tried to upload the 
>> amazondynamodb-connector-1.0.0.zip
>> from the store and same error pops up.Any ideas??
>>
>> On Wed, Jun 28, 2017 at 5:47 AM, Malaka Silva  wrote:
>>
>>> Hi Hasitha,
>>>
>>> Maybe the connector is corrupted while uploading?
>>>
>>> Try manually copying the file to /repository/deployment/server/synapse-
>>> libs
>>>
>>> On Wed, Jun 28, 2017 at 3:52 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Find the connector implementation for IBM-MQ at [1].When the zip file
 is deployed the to the mgt console it gives me this error.

 Error while extracting Synapse Library : IBMMQconnector-connector-1.0.0
 .zip
 org.apache.synapse.SynapseException: Error while extracting Synapse
 Library : IBMMQ-connector-1.0.0.zip
 at org.apache.synapse.libraries.util.LibDeployerUtils.extractSy
 napseLib(LibDeployerUtils.java:426)
 at org.apache.synapse.libraries.util.LibDeployerUtils.createSyn
 apseLibrary(LibDeployerUtils.java:65)
 at org.apache.synapse.deployers.LibraryArtifactDeployer.deploy(
 LibraryArtifactDeployer.java:60)
 at org.apache.axis2.deployment.repository.util.DeploymentFileDa
 ta.deploy(DeploymentFileData.java:136)
 at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploy
 mentEngine.java:807)
 at org.apache.axis2.deployment.repository.util.WSInfoList.updat
 e(WSInfoList.java:144)
 at org.apache.axis2.deployment.RepositoryListener.update(Reposi
 toryListener.java:377)
 at org.apache.axis2.deployment.RepositoryListener.checkServices
 (RepositoryListener.java:254)
 at org.apache.axis2.deployment.RepositoryListener.startListener
 (RepositoryListener.java:371)
 at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRep
 ository(SchedulerTask.java:59)
 at org.apache.axis2.deployment.scheduler.SchedulerTask.run(Sche
 dulerTask.java:67)
 at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTas
 k.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
 at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTas
 k.run(CarbonDeploymentSchedulerTask.java:138)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executor
 s.java:511)
 at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFu
 tureTask.access$301(ScheduledThreadPoolExecutor.java:180)
 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFu
 tureTask.run(ScheduledThreadPoolExecutor.java:294)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
 Executor.java:1142)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
 lExecutor.java:617)
 at java.lang.Thread.run(Thread.java:748)
 Caused by: java.io.FileNotFoundException: /home/hasitha/ESB%204.9.0/wso2
 esb-4.9.0/repository/deployment/server/synapse-libs/IBMMQconnector-connector-1.0.0.zip
 (No such file or directory)
 at java.util.zip.ZipFile.open(Native Method)
 at java.util.zip.ZipFile.(ZipFile.java:219)
 at java.util.zip.ZipFile.(ZipFile.java:149)
 at java.util.zip.ZipFile.(ZipFile.java:120)
 at org.apache.synapse.libraries.util.LibDeployerUtils.extract(L
 ibDeployerUtils.java:448)
 at org.apache.synapse.libraries.util.LibDeployerUtils.extractSy
 napseLib(LibDeployerUtils.java:424)
 ... 19 more

 Any comments.

 [1].https://github.com/hasithajayasundara/IBM-MQ-connector

 On Tue, Jun 20, 2017 at 7:25 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi Malaka,
>
> Thanks for the reply.I'll rearrange the existing code to use as IBM MQ
> connector in the following days and update the thread.I'll call you if
> there's any issue.
>
> Thanks
>
> On Tue, Jun 20, 2017 at 6:05 AM, Malaka Silva  

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-27 Thread Vivekananthan Sivanayagam
Hi Hasitha,

We were able to deploy the Amazon DynamoDB connector, Can you try with
fresh ESB pack?

[2017-06-28 09:31:43,065]  INFO - LibraryArtifactDeployer Synapse Library
named '{org.wso2.carbon.connector}amazondynamodb' has been deployed from
file :
/home/vive/Documents/wso2esb-4.9.0/repository/deployment/server/synapse-libs/amazondynamodb-connector-1.0.0.zip

[2017-06-28 09:32:09,536]  INFO - SynapseImportFactory Successfully created
Synapse Import: amazondynamodb

Thanks

Vivekananthan Sivanayagam
Software Engineer | WSO2
E:vivekanant...@wso2.com
M:+94752786138

On Wed, Jun 28, 2017 at 9:13 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi Malaka,
>
> Still the error occurs. I tried to upload the 
> amazondynamodb-connector-1.0.0.zip
> from the store and same error pops up.Any ideas??
>
> On Wed, Jun 28, 2017 at 5:47 AM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> Maybe the connector is corrupted while uploading?
>>
>> Try manually copying the file to /repository/deployment/server/synapse-
>> libs
>>
>> On Wed, Jun 28, 2017 at 3:52 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Find the connector implementation for IBM-MQ at [1].When the zip file is
>>> deployed the to the mgt console it gives me this error.
>>>
>>> Error while extracting Synapse Library : IBMMQconnector-connector-1.0.0
>>> .zip
>>> org.apache.synapse.SynapseException: Error while extracting Synapse
>>> Library : IBMMQ-connector-1.0.0.zip
>>> at org.apache.synapse.libraries.util.LibDeployerUtils.extractSy
>>> napseLib(LibDeployerUtils.java:426)
>>> at org.apache.synapse.libraries.util.LibDeployerUtils.createSyn
>>> apseLibrary(LibDeployerUtils.java:65)
>>> at org.apache.synapse.deployers.LibraryArtifactDeployer.deploy(
>>> LibraryArtifactDeployer.java:60)
>>> at org.apache.axis2.deployment.repository.util.DeploymentFileDa
>>> ta.deploy(DeploymentFileData.java:136)
>>> at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploy
>>> mentEngine.java:807)
>>> at org.apache.axis2.deployment.repository.util.WSInfoList.updat
>>> e(WSInfoList.java:144)
>>> at org.apache.axis2.deployment.RepositoryListener.update(Reposi
>>> toryListener.java:377)
>>> at org.apache.axis2.deployment.RepositoryListener.checkServices
>>> (RepositoryListener.java:254)
>>> at org.apache.axis2.deployment.RepositoryListener.startListener
>>> (RepositoryListener.java:371)
>>> at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRep
>>> ository(SchedulerTask.java:59)
>>> at org.apache.axis2.deployment.scheduler.SchedulerTask.run(Sche
>>> dulerTask.java:67)
>>> at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTas
>>> k.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
>>> at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTas
>>> k.run(CarbonDeploymentSchedulerTask.java:138)
>>> at java.util.concurrent.Executors$RunnableAdapter.call(Executor
>>> s.java:511)
>>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>>> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFu
>>> tureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>>> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFu
>>> tureTask.run(ScheduledThreadPoolExecutor.java:294)
>>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>>> Executor.java:1142)
>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>>> lExecutor.java:617)
>>> at java.lang.Thread.run(Thread.java:748)
>>> Caused by: java.io.FileNotFoundException: /home/hasitha/ESB%204.9.0/wso2
>>> esb-4.9.0/repository/deployment/server/synapse-libs/IBMMQconnector-connector-1.0.0.zip
>>> (No such file or directory)
>>> at java.util.zip.ZipFile.open(Native Method)
>>> at java.util.zip.ZipFile.(ZipFile.java:219)
>>> at java.util.zip.ZipFile.(ZipFile.java:149)
>>> at java.util.zip.ZipFile.(ZipFile.java:120)
>>> at org.apache.synapse.libraries.util.LibDeployerUtils.extract(L
>>> ibDeployerUtils.java:448)
>>> at org.apache.synapse.libraries.util.LibDeployerUtils.extractSy
>>> napseLib(LibDeployerUtils.java:424)
>>> ... 19 more
>>>
>>> Any comments.
>>>
>>> [1].https://github.com/hasithajayasundara/IBM-MQ-connector
>>>
>>> On Tue, Jun 20, 2017 at 7:25 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi Malaka,

 Thanks for the reply.I'll rearrange the existing code to use as IBM MQ
 connector in the following days and update the thread.I'll call you if
 there's any issue.

 Thanks

 On Tue, Jun 20, 2017 at 6:05 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> We will also create a git repo to maintain the code. Maheshika will
> provide the required details.
>
> On Tue, Jun 20, 2017 at 5:45 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Thanks for pointing out the above.I am doing a connector for IBM
>> WebSphere 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-27 Thread Hasitha Jayasundara
Hi Malaka,

Still the error occurs. I tried to upload
the amazondynamodb-connector-1.0.0.zip from the store and same error pops
up.Any ideas??

On Wed, Jun 28, 2017 at 5:47 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> Maybe the connector is corrupted while uploading?
>
> Try manually copying the file to /repository/deployment/server/synapse-
> libs
>
> On Wed, Jun 28, 2017 at 3:52 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Find the connector implementation for IBM-MQ at [1].When the zip file is
>> deployed the to the mgt console it gives me this error.
>>
>> Error while extracting Synapse Library : IBMMQconnector-connector-1.0.0
>> .zip
>> org.apache.synapse.SynapseException: Error while extracting Synapse
>> Library : IBMMQ-connector-1.0.0.zip
>> at org.apache.synapse.libraries.util.LibDeployerUtils.extractSy
>> napseLib(LibDeployerUtils.java:426)
>> at org.apache.synapse.libraries.util.LibDeployerUtils.createSyn
>> apseLibrary(LibDeployerUtils.java:65)
>> at org.apache.synapse.deployers.LibraryArtifactDeployer.deploy(
>> LibraryArtifactDeployer.java:60)
>> at org.apache.axis2.deployment.repository.util.DeploymentFileDa
>> ta.deploy(DeploymentFileData.java:136)
>> at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploy
>> mentEngine.java:807)
>> at org.apache.axis2.deployment.repository.util.WSInfoList.updat
>> e(WSInfoList.java:144)
>> at org.apache.axis2.deployment.RepositoryListener.update(Reposi
>> toryListener.java:377)
>> at org.apache.axis2.deployment.RepositoryListener.checkServices
>> (RepositoryListener.java:254)
>> at org.apache.axis2.deployment.RepositoryListener.startListener
>> (RepositoryListener.java:371)
>> at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRep
>> ository(SchedulerTask.java:59)
>> at org.apache.axis2.deployment.scheduler.SchedulerTask.run(Sche
>> dulerTask.java:67)
>> at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTas
>> k.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
>> at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTas
>> k.run(CarbonDeploymentSchedulerTask.java:138)
>> at java.util.concurrent.Executors$RunnableAdapter.call(
>> Executors.java:511)
>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFu
>> tureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFu
>> tureTask.run(ScheduledThreadPoolExecutor.java:294)
>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java:1142)
>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.java:617)
>> at java.lang.Thread.run(Thread.java:748)
>> Caused by: java.io.FileNotFoundException: /home/hasitha/ESB%204.9.0/wso2
>> esb-4.9.0/repository/deployment/server/synapse-libs/
>> IBMMQconnector-connector-1.0.0.zip (No such file or directory)
>> at java.util.zip.ZipFile.open(Native Method)
>> at java.util.zip.ZipFile.(ZipFile.java:219)
>> at java.util.zip.ZipFile.(ZipFile.java:149)
>> at java.util.zip.ZipFile.(ZipFile.java:120)
>> at org.apache.synapse.libraries.util.LibDeployerUtils.extract(L
>> ibDeployerUtils.java:448)
>> at org.apache.synapse.libraries.util.LibDeployerUtils.extractSy
>> napseLib(LibDeployerUtils.java:424)
>> ... 19 more
>>
>> Any comments.
>>
>> [1].https://github.com/hasithajayasundara/IBM-MQ-connector
>>
>> On Tue, Jun 20, 2017 at 7:25 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> Thanks for the reply.I'll rearrange the existing code to use as IBM MQ
>>> connector in the following days and update the thread.I'll call you if
>>> there's any issue.
>>>
>>> Thanks
>>>
>>> On Tue, Jun 20, 2017 at 6:05 AM, Malaka Silva  wrote:
>>>
 Hi Hasitha,

 We will also create a git repo to maintain the code. Maheshika will
 provide the required details.

 On Tue, Jun 20, 2017 at 5:45 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Thanks for pointing out the above.I am doing a connector for IBM
> WebSphere MQ.What I was thinking about the inbound part is somewhat 
> wrong.I
> missed this part "this should be added as an extension similar to [1]" 
> from
> the beginning.Really sorry for the misunderstanding.
>
> 1. UI changes - Removed it from the milestone plan
> 2. Adding preferred authentications to the inbound - Really sorry for
> this.It should be preferred parameters for the inbound(polling)
>
> @Riyafa @Malaka Thanks for the kind help.I'll definitely call you if
> there's any issue.
>
> Thanks.
>
> [1].https://github.com/wso2-extensions/esb-inbound-amazonsqs
>
>
> On Mon, Jun 19, 2017 at 4:39 PM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> Adding inbound endpoint to the 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-27 Thread Hasitha Jayasundara
Hi all,

Find the connector implementation for IBM-MQ at [1].When the zip file is
deployed the to the mgt console it gives me this error.

Error while extracting Synapse Library : IBMMQconnector-connector-1.0.0.zip
org.apache.synapse.SynapseException: Error while extracting Synapse Library
: IBMMQ-connector-1.0.0.zip
at
org.apache.synapse.libraries.util.LibDeployerUtils.extractSynapseLib(LibDeployerUtils.java:426)
at
org.apache.synapse.libraries.util.LibDeployerUtils.createSynapseLibrary(LibDeployerUtils.java:65)
at
org.apache.synapse.deployers.LibraryArtifactDeployer.deploy(LibraryArtifactDeployer.java:60)
at
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
at
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
at
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
at
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
at
org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:371)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:59)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:67)
at
org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.runAxisDeployment(CarbonDeploymentSchedulerTask.java:93)
at
org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.FileNotFoundException:
/home/hasitha/ESB%204.9.0/wso2esb-4.9.0/repository/deployment/server/synapse-libs/IBMMQconnector-connector-1.0.0.zip
(No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:219)
at java.util.zip.ZipFile.(ZipFile.java:149)
at java.util.zip.ZipFile.(ZipFile.java:120)
at
org.apache.synapse.libraries.util.LibDeployerUtils.extract(LibDeployerUtils.java:448)
at
org.apache.synapse.libraries.util.LibDeployerUtils.extractSynapseLib(LibDeployerUtils.java:424)
... 19 more

Any comments.

[1].https://github.com/hasithajayasundara/IBM-MQ-connector

On Tue, Jun 20, 2017 at 7:25 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi Malaka,
>
> Thanks for the reply.I'll rearrange the existing code to use as IBM MQ
> connector in the following days and update the thread.I'll call you if
> there's any issue.
>
> Thanks
>
> On Tue, Jun 20, 2017 at 6:05 AM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> We will also create a git repo to maintain the code. Maheshika will
>> provide the required details.
>>
>> On Tue, Jun 20, 2017 at 5:45 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Thanks for pointing out the above.I am doing a connector for IBM
>>> WebSphere MQ.What I was thinking about the inbound part is somewhat wrong.I
>>> missed this part "this should be added as an extension similar to [1]" from
>>> the beginning.Really sorry for the misunderstanding.
>>>
>>> 1. UI changes - Removed it from the milestone plan
>>> 2. Adding preferred authentications to the inbound - Really sorry for
>>> this.It should be preferred parameters for the inbound(polling)
>>>
>>> @Riyafa @Malaka Thanks for the kind help.I'll definitely call you if
>>> there's any issue.
>>>
>>> Thanks.
>>>
>>> [1].https://github.com/wso2-extensions/esb-inbound-amazonsqs
>>>
>>>
>>> On Mon, Jun 19, 2017 at 4:39 PM, Malaka Silva  wrote:
>>>
 Hi Hasitha,

 Adding inbound endpoint to the carbon mediation and debugging
   You don't need to do this since this should be added as an extesnion
 similar to [1]
 Completing the user interface changes
You don't need to do any UI changes. It'll be handled by ESB/EI [2]
 Adding preffered authentications to the inbound
 Not clear what you mean by this?

 @Riyafa - Thx for pointing this out. I guess Hasitha got bit confused
 with names. Anyway you should be doing a connector. Hasitha please
 confirm this.

 Also if something is not clear feel free to call my mobile.

 [1] https://github.com/wso2-extensions/esb-inbound-amazonsqs
 [2] https://docs.wso2.com/display/ESBCONNECTORS/Configuring+Amaz
 onSQS+Streaming+Inbound+Endpoint+Operations

 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Hasitha Jayasundara
Hi Malaka,

Thanks for the reply.I'll rearrange the existing code to use as IBM MQ
connector in the following days and update the thread.I'll call you if
there's any issue.

Thanks

On Tue, Jun 20, 2017 at 6:05 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> We will also create a git repo to maintain the code. Maheshika will
> provide the required details.
>
> On Tue, Jun 20, 2017 at 5:45 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Thanks for pointing out the above.I am doing a connector for IBM
>> WebSphere MQ.What I was thinking about the inbound part is somewhat wrong.I
>> missed this part "this should be added as an extension similar to [1]" from
>> the beginning.Really sorry for the misunderstanding.
>>
>> 1. UI changes - Removed it from the milestone plan
>> 2. Adding preferred authentications to the inbound - Really sorry for
>> this.It should be preferred parameters for the inbound(polling)
>>
>> @Riyafa @Malaka Thanks for the kind help.I'll definitely call you if
>> there's any issue.
>>
>> Thanks.
>>
>> [1].https://github.com/wso2-extensions/esb-inbound-amazonsqs
>>
>>
>> On Mon, Jun 19, 2017 at 4:39 PM, Malaka Silva  wrote:
>>
>>> Hi Hasitha,
>>>
>>> Adding inbound endpoint to the carbon mediation and debugging
>>>   You don't need to do this since this should be added as an extesnion
>>> similar to [1]
>>> Completing the user interface changes
>>>You don't need to do any UI changes. It'll be handled by ESB/EI [2]
>>> Adding preffered authentications to the inbound
>>> Not clear what you mean by this?
>>>
>>> @Riyafa - Thx for pointing this out. I guess Hasitha got bit confused
>>> with names. Anyway you should be doing a connector. Hasitha please
>>> confirm this.
>>>
>>> Also if something is not clear feel free to call my mobile.
>>>
>>> [1] https://github.com/wso2-extensions/esb-inbound-amazonsqs
>>> [2] https://docs.wso2.com/display/ESBCONNECTORS/Configuring+Amaz
>>> onSQS+Streaming+Inbound+Endpoint+Operations
>>>
>>> On Mon, Jun 19, 2017 at 10:48 AM, Riyafa Abdul Hameed 
>>> wrote:
>>> > Hi,
>>> >
>>> > I am just curious if you would be writing a connector or a mediator.
>>> >
>>> > Regards,
>>> > Riyafa
>>> >
>>> > On Mon, Jun 19, 2017 at 6:47 AM, Hasitha Jayasundara
>>> >  wrote:
>>> >>
>>> >> Hi all,
>>> >>
>>> >> Please find updated milestone plan here.
>>> >>
>>> >>
>>> >> https://docs.google.com/spreadsheets/d/19ijxAVHttxhLVuSJ0nfu
>>> MUZ4x4lAD6ueYL5C3FNaFpg/edit?usp=sharing
>>> >>
>>> >> Thanks
>>> >>
>>> >> On Thu, Jun 15, 2017 at 9:30 AM, Hasitha Jayasundara
>>> >>  wrote:
>>> >>>
>>> >>> Sure I'll be there around 1.pm.
>>> >>>
>>> >>> On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva 
>>> wrote:
>>> 
>>>  Can you come around 1pm?
>>> 
>>>  On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara
>>>   wrote:
>>> >
>>> > Hi Malaka,
>>> >
>>> > Sorry for the late reply.I'll come by office tomorrow.What time do
>>> you
>>> > prefer?morning or evening?
>>> >
>>> > Thanks
>>> >
>>> > On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva 
>>> wrote:
>>> >>
>>> >> Hi Hasitha,
>>> >>
>>> >> When will you be arranging the meeting?
>>> >>
>>> >> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva 
>>> wrote:
>>> >>>
>>> >>> +1
>>> >>>
>>> >>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera <
>>> ke...@wso2.com>
>>> >>> wrote:
>>> 
>>>  Hi Hasitha,
>>> 
>>>  I am fine with either of days if it works for Malaka as weill,
>>> 
>>>  @malaka can you please check?
>>> 
>>>  Regards
>>>  Kevin
>>> 
>>>  On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara
>>>   wrote:
>>> >
>>> > Hi all,
>>> >
>>> > Will it possible to arrange a meeting on Thursday or Friday
>>> this
>>> > week?
>>> >
>>> > Thanks
>>> >
>>> > On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva 
>>> > wrote:
>>> >>
>>> >> Sure No Worries
>>> >>
>>> >> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara
>>> >>  wrote:
>>> >>>
>>> >>> Hi all,
>>> >>>
>>> >>> Can we please move the meeting to next week?.Got a problem
>>> with
>>> >>> Friday evening.Really sorry for the inconvenience caused.
>>> >>>
>>> >>> Thanks
>>> >>>
>>> >>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva <
>>> mal...@wso2.com>
>>> >>> wrote:
>>> 
>>>  +1 I'll be available after 13.00
>>> 
>>>  On Tue, Jun 6, 2017 at 10:00 AM, Kevin 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Malaka Silva
Hi Hasitha,

We will also create a git repo to maintain the code. Maheshika will provide
the required details.

On Tue, Jun 20, 2017 at 5:45 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Thanks for pointing out the above.I am doing a connector for IBM WebSphere
> MQ.What I was thinking about the inbound part is somewhat wrong.I missed
> this part "this should be added as an extension similar to [1]" from the
> beginning.Really sorry for the misunderstanding.
>
> 1. UI changes - Removed it from the milestone plan
> 2. Adding preferred authentications to the inbound - Really sorry for
> this.It should be preferred parameters for the inbound(polling)
>
> @Riyafa @Malaka Thanks for the kind help.I'll definitely call you if
> there's any issue.
>
> Thanks.
>
> [1].https://github.com/wso2-extensions/esb-inbound-amazonsqs
>
>
> On Mon, Jun 19, 2017 at 4:39 PM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> Adding inbound endpoint to the carbon mediation and debugging
>>   You don't need to do this since this should be added as an extesnion
>> similar to [1]
>> Completing the user interface changes
>>You don't need to do any UI changes. It'll be handled by ESB/EI [2]
>> Adding preffered authentications to the inbound
>> Not clear what you mean by this?
>>
>> @Riyafa - Thx for pointing this out. I guess Hasitha got bit confused
>> with names. Anyway you should be doing a connector. Hasitha please
>> confirm this.
>>
>> Also if something is not clear feel free to call my mobile.
>>
>> [1] https://github.com/wso2-extensions/esb-inbound-amazonsqs
>> [2] https://docs.wso2.com/display/ESBCONNECTORS/Configuring+Amaz
>> onSQS+Streaming+Inbound+Endpoint+Operations
>>
>> On Mon, Jun 19, 2017 at 10:48 AM, Riyafa Abdul Hameed 
>> wrote:
>> > Hi,
>> >
>> > I am just curious if you would be writing a connector or a mediator.
>> >
>> > Regards,
>> > Riyafa
>> >
>> > On Mon, Jun 19, 2017 at 6:47 AM, Hasitha Jayasundara
>> >  wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Please find updated milestone plan here.
>> >>
>> >>
>> >> https://docs.google.com/spreadsheets/d/19ijxAVHttxhLVuSJ0nfu
>> MUZ4x4lAD6ueYL5C3FNaFpg/edit?usp=sharing
>> >>
>> >> Thanks
>> >>
>> >> On Thu, Jun 15, 2017 at 9:30 AM, Hasitha Jayasundara
>> >>  wrote:
>> >>>
>> >>> Sure I'll be there around 1.pm.
>> >>>
>> >>> On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva 
>> wrote:
>> 
>>  Can you come around 1pm?
>> 
>>  On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara
>>   wrote:
>> >
>> > Hi Malaka,
>> >
>> > Sorry for the late reply.I'll come by office tomorrow.What time do
>> you
>> > prefer?morning or evening?
>> >
>> > Thanks
>> >
>> > On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva 
>> wrote:
>> >>
>> >> Hi Hasitha,
>> >>
>> >> When will you be arranging the meeting?
>> >>
>> >> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva 
>> wrote:
>> >>>
>> >>> +1
>> >>>
>> >>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera <
>> ke...@wso2.com>
>> >>> wrote:
>> 
>>  Hi Hasitha,
>> 
>>  I am fine with either of days if it works for Malaka as weill,
>> 
>>  @malaka can you please check?
>> 
>>  Regards
>>  Kevin
>> 
>>  On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara
>>   wrote:
>> >
>> > Hi all,
>> >
>> > Will it possible to arrange a meeting on Thursday or Friday this
>> > week?
>> >
>> > Thanks
>> >
>> > On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva 
>> > wrote:
>> >>
>> >> Sure No Worries
>> >>
>> >> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara
>> >>  wrote:
>> >>>
>> >>> Hi all,
>> >>>
>> >>> Can we please move the meeting to next week?.Got a problem
>> with
>> >>> Friday evening.Really sorry for the inconvenience caused.
>> >>>
>> >>> Thanks
>> >>>
>> >>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva <
>> mal...@wso2.com>
>> >>> wrote:
>> 
>>  +1 I'll be available after 13.00
>> 
>>  On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera
>>   wrote:
>> >
>> > +1
>> >
>> > On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara
>> >  wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Friday afternoon fine me with.Any suggestions?
>> >>
>> >> On Mon, Jun 5, 2017 at 9:30 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Hasitha Jayasundara
Hi all,

Thanks for pointing out the above.I am doing a connector for IBM WebSphere
MQ.What I was thinking about the inbound part is somewhat wrong.I missed
this part "this should be added as an extension similar to [1]" from the
beginning.Really sorry for the misunderstanding.

1. UI changes - Removed it from the milestone plan
2. Adding preferred authentications to the inbound - Really sorry for
this.It should be preferred parameters for the inbound(polling)

@Riyafa @Malaka Thanks for the kind help.I'll definitely call you if
there's any issue.

Thanks.

[1].https://github.com/wso2-extensions/esb-inbound-amazonsqs


On Mon, Jun 19, 2017 at 4:39 PM, Malaka Silva  wrote:

> Hi Hasitha,
>
> Adding inbound endpoint to the carbon mediation and debugging
>   You don't need to do this since this should be added as an extesnion
> similar to [1]
> Completing the user interface changes
>You don't need to do any UI changes. It'll be handled by ESB/EI [2]
> Adding preffered authentications to the inbound
> Not clear what you mean by this?
>
> @Riyafa - Thx for pointing this out. I guess Hasitha got bit confused
> with names. Anyway you should be doing a connector. Hasitha please
> confirm this.
>
> Also if something is not clear feel free to call my mobile.
>
> [1] https://github.com/wso2-extensions/esb-inbound-amazonsqs
> [2] https://docs.wso2.com/display/ESBCONNECTORS/Configuring+
> AmazonSQS+Streaming+Inbound+Endpoint+Operations
>
> On Mon, Jun 19, 2017 at 10:48 AM, Riyafa Abdul Hameed 
> wrote:
> > Hi,
> >
> > I am just curious if you would be writing a connector or a mediator.
> >
> > Regards,
> > Riyafa
> >
> > On Mon, Jun 19, 2017 at 6:47 AM, Hasitha Jayasundara
> >  wrote:
> >>
> >> Hi all,
> >>
> >> Please find updated milestone plan here.
> >>
> >>
> >> https://docs.google.com/spreadsheets/d/19ijxAVHttxhLVuSJ0nfuMUZ4x4lAD
> 6ueYL5C3FNaFpg/edit?usp=sharing
> >>
> >> Thanks
> >>
> >> On Thu, Jun 15, 2017 at 9:30 AM, Hasitha Jayasundara
> >>  wrote:
> >>>
> >>> Sure I'll be there around 1.pm.
> >>>
> >>> On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva  wrote:
> 
>  Can you come around 1pm?
> 
>  On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara
>   wrote:
> >
> > Hi Malaka,
> >
> > Sorry for the late reply.I'll come by office tomorrow.What time do
> you
> > prefer?morning or evening?
> >
> > Thanks
> >
> > On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva 
> wrote:
> >>
> >> Hi Hasitha,
> >>
> >> When will you be arranging the meeting?
> >>
> >> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva 
> wrote:
> >>>
> >>> +1
> >>>
> >>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera  >
> >>> wrote:
> 
>  Hi Hasitha,
> 
>  I am fine with either of days if it works for Malaka as weill,
> 
>  @malaka can you please check?
> 
>  Regards
>  Kevin
> 
>  On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara
>   wrote:
> >
> > Hi all,
> >
> > Will it possible to arrange a meeting on Thursday or Friday this
> > week?
> >
> > Thanks
> >
> > On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva 
> > wrote:
> >>
> >> Sure No Worries
> >>
> >> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara
> >>  wrote:
> >>>
> >>> Hi all,
> >>>
> >>> Can we please move the meeting to next week?.Got a problem with
> >>> Friday evening.Really sorry for the inconvenience caused.
> >>>
> >>> Thanks
> >>>
> >>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  >
> >>> wrote:
> 
>  +1 I'll be available after 13.00
> 
>  On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera
>   wrote:
> >
> > +1
> >
> > On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara
> >  wrote:
> >>
> >> Hi all,
> >>
> >> Friday afternoon fine me with.Any suggestions?
> >>
> >> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva <
> mal...@wso2.com>
> >> wrote:
> >>>
> >>> Wednesday morning or Friday afternoon fine with me.
> >>>
> >>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera
> >>>  wrote:
> 
>  Hi Hasitha,
> 
>  Great 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Malaka Silva
Hi Hasitha,

Adding inbound endpoint to the carbon mediation and debugging
  You don't need to do this since this should be added as an extesnion
similar to [1]
Completing the user interface changes
   You don't need to do any UI changes. It'll be handled by ESB/EI [2]
Adding preffered authentications to the inbound
Not clear what you mean by this?

@Riyafa - Thx for pointing this out. I guess Hasitha got bit confused
with names. Anyway you should be doing a connector. Hasitha please
confirm this.

Also if something is not clear feel free to call my mobile.

[1] https://github.com/wso2-extensions/esb-inbound-amazonsqs
[2] 
https://docs.wso2.com/display/ESBCONNECTORS/Configuring+AmazonSQS+Streaming+Inbound+Endpoint+Operations

On Mon, Jun 19, 2017 at 10:48 AM, Riyafa Abdul Hameed  wrote:
> Hi,
>
> I am just curious if you would be writing a connector or a mediator.
>
> Regards,
> Riyafa
>
> On Mon, Jun 19, 2017 at 6:47 AM, Hasitha Jayasundara
>  wrote:
>>
>> Hi all,
>>
>> Please find updated milestone plan here.
>>
>>
>> https://docs.google.com/spreadsheets/d/19ijxAVHttxhLVuSJ0nfuMUZ4x4lAD6ueYL5C3FNaFpg/edit?usp=sharing
>>
>> Thanks
>>
>> On Thu, Jun 15, 2017 at 9:30 AM, Hasitha Jayasundara
>>  wrote:
>>>
>>> Sure I'll be there around 1.pm.
>>>
>>> On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva  wrote:

 Can you come around 1pm?

 On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara
  wrote:
>
> Hi Malaka,
>
> Sorry for the late reply.I'll come by office tomorrow.What time do you
> prefer?morning or evening?
>
> Thanks
>
> On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva  wrote:
>>
>> Hi Hasitha,
>>
>> When will you be arranging the meeting?
>>
>> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:
>>>
>>> +1
>>>
>>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera 
>>> wrote:

 Hi Hasitha,

 I am fine with either of days if it works for Malaka as weill,

 @malaka can you please check?

 Regards
 Kevin

 On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara
  wrote:
>
> Hi all,
>
> Will it possible to arrange a meeting on Thursday or Friday this
> week?
>
> Thanks
>
> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva 
> wrote:
>>
>> Sure No Worries
>>
>> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara
>>  wrote:
>>>
>>> Hi all,
>>>
>>> Can we please move the meeting to next week?.Got a problem with
>>> Friday evening.Really sorry for the inconvenience caused.
>>>
>>> Thanks
>>>
>>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva 
>>> wrote:

 +1 I'll be available after 13.00

 On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera
  wrote:
>
> +1
>
> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara
>  wrote:
>>
>> Hi all,
>>
>> Friday afternoon fine me with.Any suggestions?
>>
>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
>> wrote:
>>>
>>> Wednesday morning or Friday afternoon fine with me.
>>>
>>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera
>>>  wrote:

 Hi Hasitha,

 Great progress so far, since the coding period have already
 started, we need to plan things ahead and come up with a 
 proper milestone
 plan before we proceed anything further. Will it be possible 
 you to join a
 meeting within this week?

 @malaka Can you please suggest possible time for you to have
 a meeting?

 Regards
 Kevin

 On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara
  wrote:
>
> Hi all,
>
> I have updated the sample MQ-Client [1] to establish SSL
> connections with IBM WebSphere MQ. Still carry on the 
> research with the
> provided links about the IBM specific options that can be 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-18 Thread Riyafa Abdul Hameed
Hi,

I am just curious if you would be writing a connector or a mediator.

Regards,
Riyafa

On Mon, Jun 19, 2017 at 6:47 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Please find updated milestone plan here.
>
> https://docs.google.com/spreadsheets/d/19ijxAVHttxhLVuSJ0nfuMUZ4x4lAD
> 6ueYL5C3FNaFpg/edit?usp=sharing
>
> Thanks
>
> On Thu, Jun 15, 2017 at 9:30 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Sure I'll be there around 1.pm.
>>
>> On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva  wrote:
>>
>>> Can you come around 1pm?
>>>
>>> On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi Malaka,

 Sorry for the late reply.I'll come by office tomorrow.What time do you
 prefer?morning or evening?

 Thanks

 On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> When will you be arranging the meeting?
>
> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:
>
>> +1
>>
>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> I am fine with either of days if it works for Malaka as weill,
>>>
>>> @malaka can you please check?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Will it possible to arrange a meeting on Thursday or Friday this
 week?

 Thanks

 On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva 
 wrote:

> Sure No Worries
>
> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Can we please move the meeting to next week?.Got a problem with
>> Friday evening.Really sorry for the inconvenience caused.
>>
>> Thanks
>>
>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva 
>> wrote:
>>
>>> +1 I'll be available after 13.00
>>>
>>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera <
>>> ke...@wso2.com> wrote:
>>>
 +1

 On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Friday afternoon fine me with.Any suggestions?
>
> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
> wrote:
>
>> Wednesday morning or Friday afternoon fine with me.
>>
>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera <
>> ke...@wso2.com> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Great progress so far, since the coding period have already
>>> started, we need to plan things ahead and come up with a proper 
>>> milestone
>>> plan before we proceed anything further. Will it be possible 
>>> you to join a
>>> meeting within this week?
>>>
>>> @malaka Can you please suggest possible time for you to have
>>> a meeting?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I have updated the sample MQ-Client [1] to establish SSL
 connections with IBM WebSphere MQ. Still carry on the research 
 with the
 provided links about the IBM specific options that can be 
 added other than
 SSL and will update the thread with the findings as soon as
 possible.Working on

 "Can we check if it is possible to have an alternative way
 to set SSL details other than system properties with IBM MQ 
 client
 libraries.The reason for that is we are limiting our self
 to one set of properties per JVM. eg: System.setProperty("

 which discussed in the previous thread.

 [1] https://github.com/hasithajayasundara/IBM-MQ-client

 On Tue, May 23, 2017 at 7:12 AM, Malaka Silva <
 mal...@wso2.com> wrote:

> Hi Hasitha,
>
> Sounds good. It'll be good if you can come up with the
> list of IBM specific options.

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-18 Thread Hasitha Jayasundara
Hi all,

Please find updated milestone plan here.

https://docs.google.com/spreadsheets/d/19ijxAVHttxhLVuSJ0nfuMUZ4x4lAD6ueYL5C3FNaFpg/edit?usp=sharing

Thanks

On Thu, Jun 15, 2017 at 9:30 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Sure I'll be there around 1.pm.
>
> On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva  wrote:
>
>> Can you come around 1pm?
>>
>> On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> Sorry for the late reply.I'll come by office tomorrow.What time do you
>>> prefer?morning or evening?
>>>
>>> Thanks
>>>
>>> On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva  wrote:
>>>
 Hi Hasitha,

 When will you be arranging the meeting?

 On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:

> +1
>
> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera 
> wrote:
>
>> Hi Hasitha,
>>
>> I am fine with either of days if it works for Malaka as weill,
>>
>> @malaka can you please check?
>>
>> Regards
>> Kevin
>>
>> On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Will it possible to arrange a meeting on Thursday or Friday this
>>> week?
>>>
>>> Thanks
>>>
>>> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva 
>>> wrote:
>>>
 Sure No Worries

 On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Can we please move the meeting to next week?.Got a problem with
> Friday evening.Really sorry for the inconvenience caused.
>
> Thanks
>
> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva 
> wrote:
>
>> +1 I'll be available after 13.00
>>
>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera <
>> ke...@wso2.com> wrote:
>>
>>> +1
>>>
>>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Friday afternoon fine me with.Any suggestions?

 On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
 wrote:

> Wednesday morning or Friday afternoon fine with me.
>
> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera <
> ke...@wso2.com> wrote:
>
>> Hi Hasitha,
>>
>> Great progress so far, since the coding period have already
>> started, we need to plan things ahead and come up with a proper 
>> milestone
>> plan before we proceed anything further. Will it be possible you 
>> to join a
>> meeting within this week?
>>
>> @malaka Can you please suggest possible time for you to have
>> a meeting?
>>
>> Regards
>> Kevin
>>
>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I have updated the sample MQ-Client [1] to establish SSL
>>> connections with IBM WebSphere MQ. Still carry on the research 
>>> with the
>>> provided links about the IBM specific options that can be added 
>>> other than
>>> SSL and will update the thread with the findings as soon as
>>> possible.Working on
>>>
>>> "Can we check if it is possible to have an alternative way
>>> to set SSL details other than system properties with IBM MQ 
>>> client
>>> libraries.The reason for that is we are limiting our self
>>> to one set of properties per JVM. eg: System.setProperty("
>>>
>>> which discussed in the previous thread.
>>>
>>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>>
>>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva <
>>> mal...@wso2.com> wrote:
>>>
 Hi Hasitha,

 Sounds good. It'll be good if you can come up with the list
 of IBM specific options.

 On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I tried to implement sample MQ-Client that can connect to
> IBM MQ and we can improve that to implement inbound 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-14 Thread Hasitha Jayasundara
Sure I'll be there around 1.pm.

On Thu, Jun 15, 2017 at 9:29 AM, Malaka Silva  wrote:

> Can you come around 1pm?
>
> On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> Sorry for the late reply.I'll come by office tomorrow.What time do you
>> prefer?morning or evening?
>>
>> Thanks
>>
>> On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva  wrote:
>>
>>> Hi Hasitha,
>>>
>>> When will you be arranging the meeting?
>>>
>>> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:
>>>
 +1

 On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera 
 wrote:

> Hi Hasitha,
>
> I am fine with either of days if it works for Malaka as weill,
>
> @malaka can you please check?
>
> Regards
> Kevin
>
> On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Will it possible to arrange a meeting on Thursday or Friday this week?
>>
>> Thanks
>>
>> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:
>>
>>> Sure No Worries
>>>
>>> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Can we please move the meeting to next week?.Got a problem with
 Friday evening.Really sorry for the inconvenience caused.

 Thanks

 On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva 
 wrote:

> +1 I'll be available after 13.00
>
> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera  > wrote:
>
>> +1
>>
>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Friday afternoon fine me with.Any suggestions?
>>>
>>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
>>> wrote:
>>>
 Wednesday morning or Friday afternoon fine with me.

 On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera <
 ke...@wso2.com> wrote:

> Hi Hasitha,
>
> Great progress so far, since the coding period have already
> started, we need to plan things ahead and come up with a proper 
> milestone
> plan before we proceed anything further. Will it be possible you 
> to join a
> meeting within this week?
>
> @malaka Can you please suggest possible time for you to have a
> meeting?
>
> Regards
> Kevin
>
> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I have updated the sample MQ-Client [1] to establish SSL
>> connections with IBM WebSphere MQ. Still carry on the research 
>> with the
>> provided links about the IBM specific options that can be added 
>> other than
>> SSL and will update the thread with the findings as soon as
>> possible.Working on
>>
>> "Can we check if it is possible to have an alternative way
>> to set SSL details other than system properties with IBM MQ 
>> client
>> libraries.The reason for that is we are limiting our self to
>> one set of properties per JVM. eg: System.setProperty("
>>
>> which discussed in the previous thread.
>>
>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>
>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva <
>> mal...@wso2.com> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Sounds good. It'll be good if you can come up with the list
>>> of IBM specific options.
>>>
>>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I tried to implement sample MQ-Client that can connect to
 IBM MQ and we can improve that to implement inbound endpoint 
 and the
 connector.Will improve that MQ-Client to support more ibm
 specific options such as SSL connections within next few days.

 On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-14 Thread Malaka Silva
Can you come around 1pm?

On Thu, Jun 15, 2017 at 9:27 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi Malaka,
>
> Sorry for the late reply.I'll come by office tomorrow.What time do you
> prefer?morning or evening?
>
> Thanks
>
> On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> When will you be arranging the meeting?
>>
>> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:
>>
>>> +1
>>>
>>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera 
>>> wrote:
>>>
 Hi Hasitha,

 I am fine with either of days if it works for Malaka as weill,

 @malaka can you please check?

 Regards
 Kevin

 On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Will it possible to arrange a meeting on Thursday or Friday this week?
>
> Thanks
>
> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:
>
>> Sure No Worries
>>
>> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Can we please move the meeting to next week?.Got a problem with
>>> Friday evening.Really sorry for the inconvenience caused.
>>>
>>> Thanks
>>>
>>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva 
>>> wrote:
>>>
 +1 I'll be available after 13.00

 On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
 wrote:

> +1
>
> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Friday afternoon fine me with.Any suggestions?
>>
>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
>> wrote:
>>
>>> Wednesday morning or Friday afternoon fine with me.
>>>
>>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera <
>>> ke...@wso2.com> wrote:
>>>
 Hi Hasitha,

 Great progress so far, since the coding period have already
 started, we need to plan things ahead and come up with a proper 
 milestone
 plan before we proceed anything further. Will it be possible you 
 to join a
 meeting within this week?

 @malaka Can you please suggest possible time for you to have a
 meeting?

 Regards
 Kevin

 On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I have updated the sample MQ-Client [1] to establish SSL
> connections with IBM WebSphere MQ. Still carry on the research 
> with the
> provided links about the IBM specific options that can be added 
> other than
> SSL and will update the thread with the findings as soon as
> possible.Working on
>
> "Can we check if it is possible to have an alternative way to
> set SSL details other than system properties with IBM MQ client 
> libraries.The
> reason for that is we are limiting our self to one set of 
> properties per
> JVM. eg: System.setProperty("
>
> which discussed in the previous thread.
>
> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>
> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  > wrote:
>
>> Hi Hasitha,
>>
>> Sounds good. It'll be good if you can come up with the list
>> of IBM specific options.
>>
>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I tried to implement sample MQ-Client that can connect to
>>> IBM MQ and we can improve that to implement inbound endpoint 
>>> and the
>>> connector.Will improve that MQ-Client to support more ibm
>>> specific options such as SSL connections within next few days.
>>>
>>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Thanks for the replies.I'll go through the links and let
 you know if there's any issue.

 On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
 riy...@wso2.com> wrote:

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-14 Thread Hasitha Jayasundara
Hi Malaka,

Sorry for the late reply.I'll come by office tomorrow.What time do you
prefer?morning or evening?

Thanks

On Thu, Jun 15, 2017 at 8:09 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> When will you be arranging the meeting?
>
> On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:
>
>> +1
>>
>> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> I am fine with either of days if it works for Malaka as weill,
>>>
>>> @malaka can you please check?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Will it possible to arrange a meeting on Thursday or Friday this week?

 Thanks

 On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:

> Sure No Worries
>
> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Can we please move the meeting to next week?.Got a problem with
>> Friday evening.Really sorry for the inconvenience caused.
>>
>> Thanks
>>
>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva 
>> wrote:
>>
>>> +1 I'll be available after 13.00
>>>
>>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
>>> wrote:
>>>
 +1

 On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Friday afternoon fine me with.Any suggestions?
>
> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
> wrote:
>
>> Wednesday morning or Friday afternoon fine with me.
>>
>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera > > wrote:
>>
>>> Hi Hasitha,
>>>
>>> Great progress so far, since the coding period have already
>>> started, we need to plan things ahead and come up with a proper 
>>> milestone
>>> plan before we proceed anything further. Will it be possible you to 
>>> join a
>>> meeting within this week?
>>>
>>> @malaka Can you please suggest possible time for you to have a
>>> meeting?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I have updated the sample MQ-Client [1] to establish SSL
 connections with IBM WebSphere MQ. Still carry on the research 
 with the
 provided links about the IBM specific options that can be added 
 other than
 SSL and will update the thread with the findings as soon as
 possible.Working on

 "Can we check if it is possible to have an alternative way to
 set SSL details other than system properties with IBM MQ client 
 libraries.The
 reason for that is we are limiting our self to one set of 
 properties per
 JVM. eg: System.setProperty("

 which discussed in the previous thread.

 [1] https://github.com/hasithajayasundara/IBM-MQ-client

 On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
 wrote:

> Hi Hasitha,
>
> Sounds good. It'll be good if you can come up with the list of
> IBM specific options.
>
> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I tried to implement sample MQ-Client that can connect to IBM
>> MQ and we can improve that to implement inbound endpoint and the
>> connector.Will improve that MQ-Client to support more ibm
>> specific options such as SSL connections within next few days.
>>
>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Thanks for the replies.I'll go through the links and let you
>>> know if there's any issue.
>>>
>>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
>>> riy...@wso2.com> wrote:
>>>
 Hi,

 See if this blog post could be of help:
 https://riyafa.wordpress.com/2
 016/02/21/sample-java-client-f
 or-websphere-mq-consumer-and-producer/


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-14 Thread Malaka Silva
Hi Hasitha,

When will you be arranging the meeting?

On Tue, Jun 13, 2017 at 9:41 AM, Malaka Silva  wrote:

> +1
>
> On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera  wrote:
>
>> Hi Hasitha,
>>
>> I am fine with either of days if it works for Malaka as weill,
>>
>> @malaka can you please check?
>>
>> Regards
>> Kevin
>>
>> On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Will it possible to arrange a meeting on Thursday or Friday this week?
>>>
>>> Thanks
>>>
>>> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:
>>>
 Sure No Worries

 On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Can we please move the meeting to next week?.Got a problem with Friday
> evening.Really sorry for the inconvenience caused.
>
> Thanks
>
> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  wrote:
>
>> +1 I'll be available after 13.00
>>
>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
>> wrote:
>>
>>> +1
>>>
>>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Friday afternoon fine me with.Any suggestions?

 On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
 wrote:

> Wednesday morning or Friday afternoon fine with me.
>
> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
> wrote:
>
>> Hi Hasitha,
>>
>> Great progress so far, since the coding period have already
>> started, we need to plan things ahead and come up with a proper 
>> milestone
>> plan before we proceed anything further. Will it be possible you to 
>> join a
>> meeting within this week?
>>
>> @malaka Can you please suggest possible time for you to have a
>> meeting?
>>
>> Regards
>> Kevin
>>
>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I have updated the sample MQ-Client [1] to establish SSL
>>> connections with IBM WebSphere MQ. Still carry on the research with 
>>> the
>>> provided links about the IBM specific options that can be added 
>>> other than
>>> SSL and will update the thread with the findings as soon as
>>> possible.Working on
>>>
>>> "Can we check if it is possible to have an alternative way to
>>> set SSL details other than system properties with IBM MQ client 
>>> libraries.The
>>> reason for that is we are limiting our self to one set of 
>>> properties per
>>> JVM. eg: System.setProperty("
>>>
>>> which discussed in the previous thread.
>>>
>>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>>
>>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
>>> wrote:
>>>
 Hi Hasitha,

 Sounds good. It'll be good if you can come up with the list of
 IBM specific options.

 On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I tried to implement sample MQ-Client that can connect to IBM
> MQ and we can improve that to implement inbound endpoint and the
> connector.Will improve that MQ-Client to support more ibm
> specific options such as SSL connections within next few days.
>
> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Thanks for the replies.I'll go through the links and let you
>> know if there's any issue.
>>
>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
>> riy...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> See if this blog post could be of help:
>>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>>> or-websphere-mq-consumer-and-producer/
>>>
>>> Regards,
>>> Riyafa
>>>
>>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva <
>>> mal...@wso2.com> wrote:
>>>
 Hi Hasitha,

 You can find sample code done for IBM MQ 7.5. Here ESB acts
 as the consumer.


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-12 Thread Malaka Silva
+1

On Tue, Jun 13, 2017 at 9:08 AM, Kevin Ratnasekera  wrote:

> Hi Hasitha,
>
> I am fine with either of days if it works for Malaka as weill,
>
> @malaka can you please check?
>
> Regards
> Kevin
>
> On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Will it possible to arrange a meeting on Thursday or Friday this week?
>>
>> Thanks
>>
>> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:
>>
>>> Sure No Worries
>>>
>>> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Can we please move the meeting to next week?.Got a problem with Friday
 evening.Really sorry for the inconvenience caused.

 Thanks

 On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  wrote:

> +1 I'll be available after 13.00
>
> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
> wrote:
>
>> +1
>>
>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Friday afternoon fine me with.Any suggestions?
>>>
>>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva 
>>> wrote:
>>>
 Wednesday morning or Friday afternoon fine with me.

 On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
 wrote:

> Hi Hasitha,
>
> Great progress so far, since the coding period have already
> started, we need to plan things ahead and come up with a proper 
> milestone
> plan before we proceed anything further. Will it be possible you to 
> join a
> meeting within this week?
>
> @malaka Can you please suggest possible time for you to have a
> meeting?
>
> Regards
> Kevin
>
> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I have updated the sample MQ-Client [1] to establish SSL
>> connections with IBM WebSphere MQ. Still carry on the research with 
>> the
>> provided links about the IBM specific options that can be added 
>> other than
>> SSL and will update the thread with the findings as soon as
>> possible.Working on
>>
>> "Can we check if it is possible to have an alternative way to
>> set SSL details other than system properties with IBM MQ client 
>> libraries.The
>> reason for that is we are limiting our self to one set of properties 
>> per
>> JVM. eg: System.setProperty("
>>
>> which discussed in the previous thread.
>>
>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>
>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Sounds good. It'll be good if you can come up with the list of
>>> IBM specific options.
>>>
>>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I tried to implement sample MQ-Client that can connect to IBM
 MQ and we can improve that to implement inbound endpoint and the
 connector.Will improve that MQ-Client to support more ibm
 specific options such as SSL connections within next few days.

 On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Thanks for the replies.I'll go through the links and let you
> know if there's any issue.
>
> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
> riy...@wso2.com> wrote:
>
>> Hi,
>>
>> See if this blog post could be of help:
>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>> or-websphere-mq-consumer-and-producer/
>>
>> Regards,
>> Riyafa
>>
>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva <
>> mal...@wso2.com> wrote:
>>
>>> Hi Hasitha,
>>>
>>> You can find sample code done for IBM MQ 7.5. Here ESB acts
>>> as the consumer.
>>>
>>> What is required to do is ESB act as the consumer and
>>> producer for IBM MQ 8.0.
>>>
>>> Let me know if something is not clear?
>>>
>>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/fi

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-12 Thread Kevin Ratnasekera
Hi Hasitha,

I am fine with either of days if it works for Malaka as weill,

@malaka can you please check?

Regards
Kevin

On Mon, Jun 12, 2017 at 8:53 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Will it possible to arrange a meeting on Thursday or Friday this week?
>
> Thanks
>
> On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:
>
>> Sure No Worries
>>
>> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Can we please move the meeting to next week?.Got a problem with Friday
>>> evening.Really sorry for the inconvenience caused.
>>>
>>> Thanks
>>>
>>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  wrote:
>>>
 +1 I'll be available after 13.00

 On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
 wrote:

> +1
>
> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Friday afternoon fine me with.Any suggestions?
>>
>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:
>>
>>> Wednesday morning or Friday afternoon fine with me.
>>>
>>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
>>> wrote:
>>>
 Hi Hasitha,

 Great progress so far, since the coding period have already
 started, we need to plan things ahead and come up with a proper 
 milestone
 plan before we proceed anything further. Will it be possible you to 
 join a
 meeting within this week?

 @malaka Can you please suggest possible time for you to have a
 meeting?

 Regards
 Kevin

 On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I have updated the sample MQ-Client [1] to establish SSL
> connections with IBM WebSphere MQ. Still carry on the research with 
> the
> provided links about the IBM specific options that can be added other 
> than
> SSL and will update the thread with the findings as soon as
> possible.Working on
>
> "Can we check if it is possible to have an alternative way to set
> SSL details other than system properties with IBM MQ client 
> libraries.The
> reason for that is we are limiting our self to one set of properties 
> per
> JVM. eg: System.setProperty("
>
> which discussed in the previous thread.
>
> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>
> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
> wrote:
>
>> Hi Hasitha,
>>
>> Sounds good. It'll be good if you can come up with the list of IBM 
>> specific
>> options.
>>
>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I tried to implement sample MQ-Client that can connect to IBM MQ
>>> and we can improve that to implement inbound endpoint and the 
>>> connector.Will improve
>>> that MQ-Client to support more ibm specific options such as SSL 
>>> connections
>>> within next few days.
>>>
>>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Thanks for the replies.I'll go through the links and let you
 know if there's any issue.

 On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
 riy...@wso2.com> wrote:

> Hi,
>
> See if this blog post could be of help:
> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
> or-websphere-mq-consumer-and-producer/
>
> Regards,
> Riyafa
>
> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  > wrote:
>
>> Hi Hasitha,
>>
>> You can find sample code done for IBM MQ 7.5. Here ESB acts
>> as the consumer.
>>
>> What is required to do is ESB act as the consumer and
>> producer for IBM MQ 8.0.
>>
>> Let me know if something is not clear?
>>
>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/fi
>> les
>>
>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi ayya,
>>>

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-11 Thread Hasitha Jayasundara
Hi all,

Will it possible to arrange a meeting on Thursday or Friday this week?

Thanks

On Wed, Jun 7, 2017 at 9:22 AM, Malaka Silva  wrote:

> Sure No Worries
>
> On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Can we please move the meeting to next week?.Got a problem with Friday
>> evening.Really sorry for the inconvenience caused.
>>
>> Thanks
>>
>> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  wrote:
>>
>>> +1 I'll be available after 13.00
>>>
>>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
>>> wrote:
>>>
 +1

 On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Friday afternoon fine me with.Any suggestions?
>
> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:
>
>> Wednesday morning or Friday afternoon fine with me.
>>
>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Great progress so far, since the coding period have already started,
>>> we need to plan things ahead and come up with a proper milestone plan
>>> before we proceed anything further. Will it be possible you to join a
>>> meeting within this week?
>>>
>>> @malaka Can you please suggest possible time for you to have a
>>> meeting?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I have updated the sample MQ-Client [1] to establish SSL
 connections with IBM WebSphere MQ. Still carry on the research with the
 provided links about the IBM specific options that can be added other 
 than
 SSL and will update the thread with the findings as soon as
 possible.Working on

 "Can we check if it is possible to have an alternative way to set
 SSL details other than system properties with IBM MQ client 
 libraries.The
 reason for that is we are limiting our self to one set of properties 
 per
 JVM. eg: System.setProperty("

 which discussed in the previous thread.

 [1] https://github.com/hasithajayasundara/IBM-MQ-client

 On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
 wrote:

> Hi Hasitha,
>
> Sounds good. It'll be good if you can come up with the list of IBM 
> specific
> options.
>
> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I tried to implement sample MQ-Client that can connect to IBM MQ
>> and we can improve that to implement inbound endpoint and the 
>> connector.Will improve
>> that MQ-Client to support more ibm specific options such as SSL 
>> connections
>> within next few days.
>>
>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Thanks for the replies.I'll go through the links and let you
>>> know if there's any issue.
>>>
>>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
>>> riy...@wso2.com> wrote:
>>>
 Hi,

 See if this blog post could be of help:
 https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
 or-websphere-mq-consumer-and-producer/

 Regards,
 Riyafa

 On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
 wrote:

> Hi Hasitha,
>
> You can find sample code done for IBM MQ 7.5. Here ESB acts as
> the consumer.
>
> What is required to do is ESB act as the consumer and producer
> for IBM MQ 8.0.
>
> Let me know if something is not clear?
>
> [1] https://github.com/wso2-attic/esb-connectors/pull/483/fi
> les
>
> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi ayya,
>>
>> As we discussed today can you provide me some materials to
>> get more familiar with IBM MQ 8.0?
>>
>> thanks
>>
>> --
>> *D.M.Hasitha Nadishan Jayasundara*
>> *Department of Electronic and Telecommunication Engineering*
>> University of Moratuwa
>> *mobile:* *+94711959266 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-06 Thread Malaka Silva
Sure No Worries

On Wed, Jun 7, 2017 at 7:37 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Can we please move the meeting to next week?.Got a problem with Friday
> evening.Really sorry for the inconvenience caused.
>
> Thanks
>
> On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  wrote:
>
>> +1 I'll be available after 13.00
>>
>> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera 
>> wrote:
>>
>>> +1
>>>
>>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Friday afternoon fine me with.Any suggestions?

 On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:

> Wednesday morning or Friday afternoon fine with me.
>
> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
> wrote:
>
>> Hi Hasitha,
>>
>> Great progress so far, since the coding period have already started,
>> we need to plan things ahead and come up with a proper milestone plan
>> before we proceed anything further. Will it be possible you to join a
>> meeting within this week?
>>
>> @malaka Can you please suggest possible time for you to have a
>> meeting?
>>
>> Regards
>> Kevin
>>
>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I have updated the sample MQ-Client [1] to establish SSL
>>> connections with IBM WebSphere MQ. Still carry on the research with the
>>> provided links about the IBM specific options that can be added other 
>>> than
>>> SSL and will update the thread with the findings as soon as
>>> possible.Working on
>>>
>>> "Can we check if it is possible to have an alternative way to set
>>> SSL details other than system properties with IBM MQ client 
>>> libraries.The
>>> reason for that is we are limiting our self to one set of properties per
>>> JVM. eg: System.setProperty("
>>>
>>> which discussed in the previous thread.
>>>
>>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>>
>>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
>>> wrote:
>>>
 Hi Hasitha,

 Sounds good. It'll be good if you can come up with the list of IBM 
 specific
 options.

 On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I tried to implement sample MQ-Client that can connect to IBM MQ
> and we can improve that to implement inbound endpoint and the 
> connector.Will improve
> that MQ-Client to support more ibm specific options such as SSL 
> connections
> within next few days.
>
> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Thanks for the replies.I'll go through the links and let you know
>> if there's any issue.
>>
>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
>> riy...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> See if this blog post could be of help:
>>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>>> or-websphere-mq-consumer-and-producer/
>>>
>>> Regards,
>>> Riyafa
>>>
>>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
>>> wrote:
>>>
 Hi Hasitha,

 You can find sample code done for IBM MQ 7.5. Here ESB acts as
 the consumer.

 What is required to do is ESB act as the consumer and producer
 for IBM MQ 8.0.

 Let me know if something is not clear?

 [1] https://github.com/wso2-attic/esb-connectors/pull/483/files

 On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi ayya,
>
> As we discussed today can you provide me some materials to get
> more familiar with IBM MQ 8.0?
>
> thanks
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> *Department of Electronic and Telecommunication Engineering*
> University of Moratuwa
> *mobile:* *+94711959266 <071%20195%209266>*
> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
> hasithajayasunda...@gmail.com
> 
> 
> 
>


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-06 Thread Hasitha Jayasundara
Hi all,

Can we please move the meeting to next week?.Got a problem with Friday
evening.Really sorry for the inconvenience caused.

Thanks

On Tue, Jun 6, 2017 at 10:24 AM, Malaka Silva  wrote:

> +1 I'll be available after 13.00
>
> On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera  wrote:
>
>> +1
>>
>> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Friday afternoon fine me with.Any suggestions?
>>>
>>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:
>>>
 Wednesday morning or Friday afternoon fine with me.

 On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
 wrote:

> Hi Hasitha,
>
> Great progress so far, since the coding period have already started,
> we need to plan things ahead and come up with a proper milestone plan
> before we proceed anything further. Will it be possible you to join a
> meeting within this week?
>
> @malaka Can you please suggest possible time for you to have a meeting?
>
> Regards
> Kevin
>
> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I have updated the sample MQ-Client [1] to establish SSL connections
>> with IBM WebSphere MQ. Still carry on the research with the provided 
>> links
>> about the IBM specific options that can be added other than SSL and will
>> update the thread with the findings as soon as possible.Working on
>>
>> "Can we check if it is possible to have an alternative way to set
>> SSL details other than system properties with IBM MQ client libraries.The
>> reason for that is we are limiting our self to one set of properties per
>> JVM. eg: System.setProperty("
>>
>> which discussed in the previous thread.
>>
>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>
>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Sounds good. It'll be good if you can come up with the list of IBM 
>>> specific
>>> options.
>>>
>>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I tried to implement sample MQ-Client that can connect to IBM MQ
 and we can improve that to implement inbound endpoint and the 
 connector.Will improve
 that MQ-Client to support more ibm specific options such as SSL 
 connections
 within next few days.

 On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Thanks for the replies.I'll go through the links and let you know
> if there's any issue.
>
> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
> riy...@wso2.com> wrote:
>
>> Hi,
>>
>> See if this blog post could be of help:
>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>> or-websphere-mq-consumer-and-producer/
>>
>> Regards,
>> Riyafa
>>
>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> You can find sample code done for IBM MQ 7.5. Here ESB acts as
>>> the consumer.
>>>
>>> What is required to do is ESB act as the consumer and producer
>>> for IBM MQ 8.0.
>>>
>>> Let me know if something is not clear?
>>>
>>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>>
>>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi ayya,

 As we discussed today can you provide me some materials to get
 more familiar with IBM MQ 8.0?

 thanks

 --
 *D.M.Hasitha Nadishan Jayasundara*
 *Department of Electronic and Telecommunication Engineering*
 University of Moratuwa
 *mobile:* *+94711959266 <071%20195%209266>*
 *blogspot*: learnjavawithisla.blogspot.com/  *email:*
 hasithajayasunda...@gmail.com
 
 
 

>>>
>>>
>>>
>>> --
>>>
>>> Best Regards,
>>>
>>> Malaka Silva
>>> Associate Director / Architect
>>> M: +94 777 219 791 <+94%2077%20721%209791>
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-05 Thread Malaka Silva
+1 I'll be available after 13.00

On Tue, Jun 6, 2017 at 10:00 AM, Kevin Ratnasekera  wrote:

> +1
>
> On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Friday afternoon fine me with.Any suggestions?
>>
>> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:
>>
>>> Wednesday morning or Friday afternoon fine with me.
>>>
>>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera 
>>> wrote:
>>>
 Hi Hasitha,

 Great progress so far, since the coding period have already started, we
 need to plan things ahead and come up with a proper milestone plan before
 we proceed anything further. Will it be possible you to join a meeting
 within this week?

 @malaka Can you please suggest possible time for you to have a meeting?

 Regards
 Kevin

 On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I have updated the sample MQ-Client [1] to establish SSL connections
> with IBM WebSphere MQ. Still carry on the research with the provided links
> about the IBM specific options that can be added other than SSL and will
> update the thread with the findings as soon as possible.Working on
>
> "Can we check if it is possible to have an alternative way to set SSL
> details other than system properties with IBM MQ client libraries.The
> reason for that is we are limiting our self to one set of properties per
> JVM. eg: System.setProperty("
>
> which discussed in the previous thread.
>
> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>
> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> Sounds good. It'll be good if you can come up with the list of IBM 
>> specific
>> options.
>>
>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I tried to implement sample MQ-Client that can connect to IBM MQ and
>>> we can improve that to implement inbound endpoint and the 
>>> connector.Will improve
>>> that MQ-Client to support more ibm specific options such as SSL 
>>> connections
>>> within next few days.
>>>
>>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Thanks for the replies.I'll go through the links and let you know
 if there's any issue.

 On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
 riy...@wso2.com> wrote:

> Hi,
>
> See if this blog post could be of help:
> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
> or-websphere-mq-consumer-and-producer/
>
> Regards,
> Riyafa
>
> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
> wrote:
>
>> Hi Hasitha,
>>
>> You can find sample code done for IBM MQ 7.5. Here ESB acts as
>> the consumer.
>>
>> What is required to do is ESB act as the consumer and producer
>> for IBM MQ 8.0.
>>
>> Let me know if something is not clear?
>>
>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>
>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi ayya,
>>>
>>> As we discussed today can you provide me some materials to get
>>> more familiar with IBM MQ 8.0?
>>>
>>> thanks
>>>
>>> --
>>> *D.M.Hasitha Nadishan Jayasundara*
>>> *Department of Electronic and Telecommunication Engineering*
>>> University of Moratuwa
>>> *mobile:* *+94711959266 <071%20195%209266>*
>>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>>> hasithajayasunda...@gmail.com
>>> 
>>> 
>>> 
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-05 Thread Kevin Ratnasekera
+1

On Tue, Jun 6, 2017 at 9:51 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Friday afternoon fine me with.Any suggestions?
>
> On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:
>
>> Wednesday morning or Friday afternoon fine with me.
>>
>> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera  wrote:
>>
>>> Hi Hasitha,
>>>
>>> Great progress so far, since the coding period have already started, we
>>> need to plan things ahead and come up with a proper milestone plan before
>>> we proceed anything further. Will it be possible you to join a meeting
>>> within this week?
>>>
>>> @malaka Can you please suggest possible time for you to have a meeting?
>>>
>>> Regards
>>> Kevin
>>>
>>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I have updated the sample MQ-Client [1] to establish SSL connections
 with IBM WebSphere MQ. Still carry on the research with the provided links
 about the IBM specific options that can be added other than SSL and will
 update the thread with the findings as soon as possible.Working on

 "Can we check if it is possible to have an alternative way to set SSL
 details other than system properties with IBM MQ client libraries.The
 reason for that is we are limiting our self to one set of properties per
 JVM. eg: System.setProperty("

 which discussed in the previous thread.

 [1] https://github.com/hasithajayasundara/IBM-MQ-client

 On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> Sounds good. It'll be good if you can come up with the list of IBM 
> specific
> options.
>
> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I tried to implement sample MQ-Client that can connect to IBM MQ and
>> we can improve that to implement inbound endpoint and the connector.Will 
>> improve
>> that MQ-Client to support more ibm specific options such as SSL 
>> connections
>> within next few days.
>>
>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Thanks for the replies.I'll go through the links and let you know if
>>> there's any issue.
>>>
>>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed <
>>> riy...@wso2.com> wrote:
>>>
 Hi,

 See if this blog post could be of help:
 https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
 or-websphere-mq-consumer-and-producer/

 Regards,
 Riyafa

 On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
 wrote:

> Hi Hasitha,
>
> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
> consumer.
>
> What is required to do is ESB act as the consumer and producer for
> IBM MQ 8.0.
>
> Let me know if something is not clear?
>
> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>
> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi ayya,
>>
>> As we discussed today can you provide me some materials to get
>> more familiar with IBM MQ 8.0?
>>
>> thanks
>>
>> --
>> *D.M.Hasitha Nadishan Jayasundara*
>> *Department of Electronic and Telecommunication Engineering*
>> University of Moratuwa
>> *mobile:* *+94711959266 <071%20195%209266>*
>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>> hasithajayasunda...@gmail.com
>> 
>> 
>> 
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <+94%2077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300 <011%202%20145300>
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> https://wso2.com/signature
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Don't make Trees rare, we should keep them with care
>
> ___
> Dev mailing list
> 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-05 Thread Hasitha Jayasundara
Hi all,

Friday afternoon fine me with.Any suggestions?

On Mon, Jun 5, 2017 at 9:30 AM, Malaka Silva  wrote:

> Wednesday morning or Friday afternoon fine with me.
>
> On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera  wrote:
>
>> Hi Hasitha,
>>
>> Great progress so far, since the coding period have already started, we
>> need to plan things ahead and come up with a proper milestone plan before
>> we proceed anything further. Will it be possible you to join a meeting
>> within this week?
>>
>> @malaka Can you please suggest possible time for you to have a meeting?
>>
>> Regards
>> Kevin
>>
>> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I have updated the sample MQ-Client [1] to establish SSL connections
>>> with IBM WebSphere MQ. Still carry on the research with the provided links
>>> about the IBM specific options that can be added other than SSL and will
>>> update the thread with the findings as soon as possible.Working on
>>>
>>> "Can we check if it is possible to have an alternative way to set SSL
>>> details other than system properties with IBM MQ client libraries.The
>>> reason for that is we are limiting our self to one set of properties per
>>> JVM. eg: System.setProperty("
>>>
>>> which discussed in the previous thread.
>>>
>>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>>
>>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:
>>>
 Hi Hasitha,

 Sounds good. It'll be good if you can come up with the list of IBM specific
 options.

 On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I tried to implement sample MQ-Client that can connect to IBM MQ and
> we can improve that to implement inbound endpoint and the connector.Will 
> improve
> that MQ-Client to support more ibm specific options such as SSL 
> connections
> within next few days.
>
> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Thanks for the replies.I'll go through the links and let you know if
>> there's any issue.
>>
>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed > > wrote:
>>
>>> Hi,
>>>
>>> See if this blog post could be of help:
>>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>>> or-websphere-mq-consumer-and-producer/
>>>
>>> Regards,
>>> Riyafa
>>>
>>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
>>> wrote:
>>>
 Hi Hasitha,

 You can find sample code done for IBM MQ 7.5. Here ESB acts as the
 consumer.

 What is required to do is ESB act as the consumer and producer for
 IBM MQ 8.0.

 Let me know if something is not clear?

 [1] https://github.com/wso2-attic/esb-connectors/pull/483/files

 On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi ayya,
>
> As we discussed today can you provide me some materials to get
> more familiar with IBM MQ 8.0?
>
> thanks
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> *Department of Electronic and Telecommunication Engineering*
> University of Moratuwa
> *mobile:* *+94711959266 <071%20195%209266>*
> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
> hasithajayasunda...@gmail.com
> 
> 
> 
>



 --

 Best Regards,

 Malaka Silva
 Associate Director / Architect
 M: +94 777 219 791 <+94%2077%20721%209791>
 Tel : 94 11 214 5345
 Fax :94 11 2145300 <011%202%20145300>
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 https://wso2.com/signature
 http://www.wso2.com/about/team/malaka-silva/
 
 https://store.wso2.com/store/

 Don't make Trees rare, we should keep them with care

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Riyafa Abdul Hameed
>>> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>>>
>>> Email: riy...@wso2.com 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-04 Thread Malaka Silva
Wednesday morning or Friday afternoon fine with me.

On Mon, Jun 5, 2017 at 9:26 AM, Kevin Ratnasekera  wrote:

> Hi Hasitha,
>
> Great progress so far, since the coding period have already started, we
> need to plan things ahead and come up with a proper milestone plan before
> we proceed anything further. Will it be possible you to join a meeting
> within this week?
>
> @malaka Can you please suggest possible time for you to have a meeting?
>
> Regards
> Kevin
>
> On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I have updated the sample MQ-Client [1] to establish SSL connections
>> with IBM WebSphere MQ. Still carry on the research with the provided links
>> about the IBM specific options that can be added other than SSL and will
>> update the thread with the findings as soon as possible.Working on
>>
>> "Can we check if it is possible to have an alternative way to set SSL
>> details other than system properties with IBM MQ client libraries.The
>> reason for that is we are limiting our self to one set of properties per
>> JVM. eg: System.setProperty("
>>
>> which discussed in the previous thread.
>>
>> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>>
>> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:
>>
>>> Hi Hasitha,
>>>
>>> Sounds good. It'll be good if you can come up with the list of IBM specific
>>> options.
>>>
>>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 I tried to implement sample MQ-Client that can connect to IBM MQ and we
 can improve that to implement inbound endpoint and the connector.Will 
 improve
 that MQ-Client to support more ibm specific options such as SSL connections
 within next few days.

 On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Thanks for the replies.I'll go through the links and let you know if
> there's any issue.
>
> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
> wrote:
>
>> Hi,
>>
>> See if this blog post could be of help:
>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>> or-websphere-mq-consumer-and-producer/
>>
>> Regards,
>> Riyafa
>>
>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
>>> consumer.
>>>
>>> What is required to do is ESB act as the consumer and producer for
>>> IBM MQ 8.0.
>>>
>>> Let me know if something is not clear?
>>>
>>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>>
>>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi ayya,

 As we discussed today can you provide me some materials to get more
 familiar with IBM MQ 8.0?

 thanks

 --
 *D.M.Hasitha Nadishan Jayasundara*
 *Department of Electronic and Telecommunication Engineering*
 University of Moratuwa
 *mobile:* *+94711959266 <071%20195%209266>*
 *blogspot*: learnjavawithisla.blogspot.com/  *email:*
 hasithajayasunda...@gmail.com
 
 
 

>>>
>>>
>>>
>>> --
>>>
>>> Best Regards,
>>>
>>> Malaka Silva
>>> Associate Director / Architect
>>> M: +94 777 219 791 <+94%2077%20721%209791>
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300 <011%202%20145300>
>>> Skype : malaka.sampath.silva
>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>>> Blog : http://mrmalakasilva.blogspot.com/
>>>
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> https://wso2.com/signature
>>> http://www.wso2.com/about/team/malaka-silva/
>>> 
>>> https://store.wso2.com/store/
>>>
>>> Don't make Trees rare, we should keep them with care
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Riyafa Abdul Hameed
>> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>>
>> Email: riy...@wso2.com 
>> Website: https://riyafa.wordpress.com/ 
>>   
>> 
>>
>
>
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-04 Thread Kevin Ratnasekera
Hi Hasitha,

Great progress so far, since the coding period have already started, we
need to plan things ahead and come up with a proper milestone plan before
we proceed anything further. Will it be possible you to join a meeting
within this week?

@malaka Can you please suggest possible time for you to have a meeting?

Regards
Kevin

On Mon, May 29, 2017 at 10:34 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I have updated the sample MQ-Client [1] to establish SSL connections with
> IBM WebSphere MQ. Still carry on the research with the provided links about
> the IBM specific options that can be added other than SSL and will update
> the thread with the findings as soon as possible.Working on
>
> "Can we check if it is possible to have an alternative way to set SSL
> details other than system properties with IBM MQ client libraries.The
> reason for that is we are limiting our self to one set of properties per
> JVM. eg: System.setProperty("
>
> which discussed in the previous thread.
>
> [1] https://github.com/hasithajayasundara/IBM-MQ-client
>
> On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> Sounds good. It'll be good if you can come up with the list of IBM specific
>> options.
>>
>> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I tried to implement sample MQ-Client that can connect to IBM MQ and we
>>> can improve that to implement inbound endpoint and the connector.Will 
>>> improve
>>> that MQ-Client to support more ibm specific options such as SSL connections
>>> within next few days.
>>>
>>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi all,

 Thanks for the replies.I'll go through the links and let you know if
 there's any issue.

 On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
 wrote:

> Hi,
>
> See if this blog post could be of help:
> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
> or-websphere-mq-consumer-and-producer/
>
> Regards,
> Riyafa
>
> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
>> consumer.
>>
>> What is required to do is ESB act as the consumer and producer for
>> IBM MQ 8.0.
>>
>> Let me know if something is not clear?
>>
>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>
>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi ayya,
>>>
>>> As we discussed today can you provide me some materials to get more
>>> familiar with IBM MQ 8.0?
>>>
>>> thanks
>>>
>>> --
>>> *D.M.Hasitha Nadishan Jayasundara*
>>> *Department of Electronic and Telecommunication Engineering*
>>> University of Moratuwa
>>> *mobile:* *+94711959266 <071%20195%209266>*
>>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>>> hasithajayasunda...@gmail.com
>>> 
>>> 
>>> 
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>> https://store.wso2.com/store/
>>
>> Don't make Trees rare, we should keep them with care
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Riyafa Abdul Hameed
> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>
> Email: riy...@wso2.com 
> Website: https://riyafa.wordpress.com/ 
>   
> 
>



 --
 *D.M.Hasitha Nadishan Jayasundara*
 *Department of Electronic and Telecommunication Engineering*
 University of Moratuwa
 *mobile:* *+94711959266 <+94%2071%20195%209266>*
 *blogspot*: learnjavawithisla.blogspot.com/  *email:*
 hasithajayasunda...@gmail.com
 
 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-28 Thread Hasitha Jayasundara
Hi all,

I have updated the sample MQ-Client [1] to establish SSL connections with
IBM WebSphere MQ. Still carry on the research with the provided links about
the IBM specific options that can be added other than SSL and will update
the thread with the findings as soon as possible.Working on

"Can we check if it is possible to have an alternative way to set SSL
details other than system properties with IBM MQ client libraries.The
reason for that is we are limiting our self to one set of properties per
JVM. eg: System.setProperty("

which discussed in the previous thread.

[1] https://github.com/hasithajayasundara/IBM-MQ-client

On Tue, May 23, 2017 at 7:12 AM, Malaka Silva  wrote:

> Hi Hasitha,
>
> Sounds good. It'll be good if you can come up with the list of IBM specific
> options.
>
> On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> I tried to implement sample MQ-Client that can connect to IBM MQ and we
>> can improve that to implement inbound endpoint and the connector.Will improve
>> that MQ-Client to support more ibm specific options such as SSL connections
>> within next few days.
>>
>> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> Thanks for the replies.I'll go through the links and let you know if
>>> there's any issue.
>>>
>>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
>>> wrote:
>>>
 Hi,

 See if this blog post could be of help:
 https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
 or-websphere-mq-consumer-and-producer/

 Regards,
 Riyafa

 On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:

> Hi Hasitha,
>
> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
> consumer.
>
> What is required to do is ESB act as the consumer and producer for IBM
> MQ 8.0.
>
> Let me know if something is not clear?
>
> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>
> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi ayya,
>>
>> As we discussed today can you provide me some materials to get more
>> familiar with IBM MQ 8.0?
>>
>> thanks
>>
>> --
>> *D.M.Hasitha Nadishan Jayasundara*
>> *Department of Electronic and Telecommunication Engineering*
>> University of Moratuwa
>> *mobile:* *+94711959266 <071%20195%209266>*
>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>> hasithajayasunda...@gmail.com
>> 
>> 
>> 
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <+94%2077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300 <011%202%20145300>
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> https://wso2.com/signature
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Don't make Trees rare, we should keep them with care
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Riyafa Abdul Hameed
 Software Engineer, WSO2 Lanka (Pvt) Ltd 

 Email: riy...@wso2.com 
 Website: https://riyafa.wordpress.com/ 
   
 

>>>
>>>
>>>
>>> --
>>> *D.M.Hasitha Nadishan Jayasundara*
>>> *Department of Electronic and Telecommunication Engineering*
>>> University of Moratuwa
>>> *mobile:* *+94711959266 <+94%2071%20195%209266>*
>>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>>> hasithajayasunda...@gmail.com
>>> 
>>> 
>>> 
>>>
>>
>>
>>
>> --
>> *D.M.Hasitha Nadishan Jayasundara*
>> *Department of Electronic and Telecommunication Engineering*
>> University of Moratuwa
>> *mobile:* *+94711959266 <+94%2071%20195%209266>*
>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>> hasithajayasunda...@gmail.com
>> 
>> 
>> 
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-22 Thread Malaka Silva
Hi Hasitha,

Sounds good. It'll be good if you can come up with the list of IBM specific
options.

On Tue, May 23, 2017 at 7:08 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> I tried to implement sample MQ-Client that can connect to IBM MQ and we
> can improve that to implement inbound endpoint and the connector.Will improve
> that MQ-Client to support more ibm specific options such as SSL connections
> within next few days.
>
> On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi all,
>>
>> Thanks for the replies.I'll go through the links and let you know if
>> there's any issue.
>>
>> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
>> wrote:
>>
>>> Hi,
>>>
>>> See if this blog post could be of help:
>>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>>> or-websphere-mq-consumer-and-producer/
>>>
>>> Regards,
>>> Riyafa
>>>
>>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:
>>>
 Hi Hasitha,

 You can find sample code done for IBM MQ 7.5. Here ESB acts as the
 consumer.

 What is required to do is ESB act as the consumer and producer for IBM
 MQ 8.0.

 Let me know if something is not clear?

 [1] https://github.com/wso2-attic/esb-connectors/pull/483/files

 On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
 hasithajayasunda...@gmail.com> wrote:

> Hi ayya,
>
> As we discussed today can you provide me some materials to get more
> familiar with IBM MQ 8.0?
>
> thanks
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> *Department of Electronic and Telecommunication Engineering*
> University of Moratuwa
> *mobile:* *+94711959266 <071%20195%209266>*
> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
> hasithajayasunda...@gmail.com
> 
> 
> 
>



 --

 Best Regards,

 Malaka Silva
 Associate Director / Architect
 M: +94 777 219 791 <+94%2077%20721%209791>
 Tel : 94 11 214 5345
 Fax :94 11 2145300 <011%202%20145300>
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 https://wso2.com/signature
 http://www.wso2.com/about/team/malaka-silva/
 
 https://store.wso2.com/store/

 Don't make Trees rare, we should keep them with care

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Riyafa Abdul Hameed
>>> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>>>
>>> Email: riy...@wso2.com 
>>> Website: https://riyafa.wordpress.com/ 
>>>   
>>> 
>>>
>>
>>
>>
>> --
>> *D.M.Hasitha Nadishan Jayasundara*
>> *Department of Electronic and Telecommunication Engineering*
>> University of Moratuwa
>> *mobile:* *+94711959266 <+94%2071%20195%209266>*
>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>> hasithajayasunda...@gmail.com
>> 
>> 
>> 
>>
>
>
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> *Department of Electronic and Telecommunication Engineering*
> University of Moratuwa
> *mobile:* *+94711959266 <+94%2071%20195%209266>*
> *blogspot*: learnjavawithisla.blogspot.com/  *email:* hasithajayasundara1@
> gmail.com
> 
> 
> 
>



-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-22 Thread Hasitha Jayasundara
Hi all,

I tried to implement sample MQ-Client that can connect to IBM MQ and we can
improve that to implement inbound endpoint and the connector.Will improve
that MQ-Client to support more ibm specific options such as SSL connections
within next few days.

On Fri, May 19, 2017 at 11:07 AM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi all,
>
> Thanks for the replies.I'll go through the links and let you know if
> there's any issue.
>
> On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
> wrote:
>
>> Hi,
>>
>> See if this blog post could be of help:
>> https://riyafa.wordpress.com/2016/02/21/sample-java-client-f
>> or-websphere-mq-consumer-and-producer/
>>
>> Regards,
>> Riyafa
>>
>> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:
>>
>>> Hi Hasitha,
>>>
>>> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
>>> consumer.
>>>
>>> What is required to do is ESB act as the consumer and producer for IBM
>>> MQ 8.0.
>>>
>>> Let me know if something is not clear?
>>>
>>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>>
>>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>>> hasithajayasunda...@gmail.com> wrote:
>>>
 Hi ayya,

 As we discussed today can you provide me some materials to get more
 familiar with IBM MQ 8.0?

 thanks

 --
 *D.M.Hasitha Nadishan Jayasundara*
 *Department of Electronic and Telecommunication Engineering*
 University of Moratuwa
 *mobile:* *+94711959266 <071%20195%209266>*
 *blogspot*: learnjavawithisla.blogspot.com/  *email:*
 hasithajayasunda...@gmail.com
 
 
 

>>>
>>>
>>>
>>> --
>>>
>>> Best Regards,
>>>
>>> Malaka Silva
>>> Associate Director / Architect
>>> M: +94 777 219 791 <+94%2077%20721%209791>
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300
>>> Skype : malaka.sampath.silva
>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>>> Blog : http://mrmalakasilva.blogspot.com/
>>>
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> https://wso2.com/signature
>>> http://www.wso2.com/about/team/malaka-silva/
>>> 
>>> https://store.wso2.com/store/
>>>
>>> Don't make Trees rare, we should keep them with care
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Riyafa Abdul Hameed
>> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>>
>> Email: riy...@wso2.com 
>> Website: https://riyafa.wordpress.com/ 
>>   
>> 
>>
>
>
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> *Department of Electronic and Telecommunication Engineering*
> University of Moratuwa
> *mobile:* *+94711959266 <+94%2071%20195%209266>*
> *blogspot*: learnjavawithisla.blogspot.com/  *email:* hasithajayasundara1@
> gmail.com
> 
> 
> 
>



-- 
*D.M.Hasitha Nadishan Jayasundara*
*Department of Electronic and Telecommunication Engineering*
University of Moratuwa
*mobile:* *+94711959266 <+94%2071%20195%209266>*
*blogspot*: learnjavawithisla.blogspot.com/  *email:* hasithajayasundar
a...@gmail.com



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-18 Thread Hasitha Jayasundara
Hi all,

Thanks for the replies.I'll go through the links and let you know if
there's any issue.

On Fri, May 19, 2017 at 8:50 AM, Riyafa Abdul Hameed 
wrote:

> Hi,
>
> See if this blog post could be of help:
> https://riyafa.wordpress.com/2016/02/21/sample-java-client-
> for-websphere-mq-consumer-and-producer/
>
> Regards,
> Riyafa
>
> On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:
>
>> Hi Hasitha,
>>
>> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
>> consumer.
>>
>> What is required to do is ESB act as the consumer and producer for IBM MQ
>> 8.0.
>>
>> Let me know if something is not clear?
>>
>> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>>
>> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
>> hasithajayasunda...@gmail.com> wrote:
>>
>>> Hi ayya,
>>>
>>> As we discussed today can you provide me some materials to get more
>>> familiar with IBM MQ 8.0?
>>>
>>> thanks
>>>
>>> --
>>> *D.M.Hasitha Nadishan Jayasundara*
>>> *Department of Electronic and Telecommunication Engineering*
>>> University of Moratuwa
>>> *mobile:* *+94711959266 <071%20195%209266>*
>>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>>> hasithajayasunda...@gmail.com
>>> 
>>> 
>>> 
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>> https://store.wso2.com/store/
>>
>> Don't make Trees rare, we should keep them with care
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Riyafa Abdul Hameed
> Software Engineer, WSO2 Lanka (Pvt) Ltd 
>
> Email: riy...@wso2.com 
> Website: https://riyafa.wordpress.com/ 
>   
> 
>



-- 
*D.M.Hasitha Nadishan Jayasundara*
*Department of Electronic and Telecommunication Engineering*
University of Moratuwa
*mobile:* *+94711959266*
*blogspot*: learnjavawithisla.blogspot.com/  *email:*
hasithajayasunda...@gmail.com



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-18 Thread Riyafa Abdul Hameed
Hi,

See if this blog post could be of help:
https://riyafa.wordpress.com/2016/02/21/sample-java-client-for-websphere-mq-consumer-and-producer/

Regards,
Riyafa

On Thu, May 18, 2017 at 9:13 PM, Malaka Silva  wrote:

> Hi Hasitha,
>
> You can find sample code done for IBM MQ 7.5. Here ESB acts as the
> consumer.
>
> What is required to do is ESB act as the consumer and producer for IBM MQ
> 8.0.
>
> Let me know if something is not clear?
>
> [1] https://github.com/wso2-attic/esb-connectors/pull/483/files
>
> On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
> hasithajayasunda...@gmail.com> wrote:
>
>> Hi ayya,
>>
>> As we discussed today can you provide me some materials to get more
>> familiar with IBM MQ 8.0?
>>
>> thanks
>>
>> --
>> *D.M.Hasitha Nadishan Jayasundara*
>> *Department of Electronic and Telecommunication Engineering*
>> University of Moratuwa
>> *mobile:* *+94711959266 <071%20195%209266>*
>> *blogspot*: learnjavawithisla.blogspot.com/  *email:*
>> hasithajayasunda...@gmail.com
>> 
>> 
>> 
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <+94%2077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> https://wso2.com/signature
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Don't make Trees rare, we should keep them with care
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Riyafa Abdul Hameed
Software Engineer, WSO2 Lanka (Pvt) Ltd 

Email: riy...@wso2.com 
Website: https://riyafa.wordpress.com/ 
  

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-18 Thread Malaka Silva
Hi Hasitha,

You can find sample code done for IBM MQ 7.5. Here ESB acts as the consumer.

What is required to do is ESB act as the consumer and producer for IBM MQ
8.0.

Let me know if something is not clear?

[1] https://github.com/wso2-attic/esb-connectors/pull/483/files

On Tue, May 16, 2017 at 9:39 PM, Hasitha Jayasundara <
hasithajayasunda...@gmail.com> wrote:

> Hi ayya,
>
> As we discussed today can you provide me some materials to get more
> familiar with IBM MQ 8.0?
>
> thanks
>
> --
> *D.M.Hasitha Nadishan Jayasundara*
> *Department of Electronic and Telecommunication Engineering*
> University of Moratuwa
> *mobile:* *+94711959266 <071%20195%209266>*
> *blogspot*: learnjavawithisla.blogspot.com/  *email:* hasithajayasundar
> a...@gmail.com
> 
> 
> 
>



-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-05-16 Thread Hasitha Jayasundara
Hi ayya,

As we discussed today can you provide me some materials to get more
familiar with IBM MQ 8.0?

thanks

-- 
*D.M.Hasitha Nadishan Jayasundara*
*Department of Electronic and Telecommunication Engineering*
University of Moratuwa
*mobile:* *+94711959266*
*blogspot*: learnjavawithisla.blogspot.com/  *email:*
hasithajayasunda...@gmail.com



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-23 Thread Chanaka Balasooriya
Hi Dushan,

Thank you for your question because it made me to study more about the
project.

Using native IBM classes to communicate with IBM MQ, increases the
performance and gives more ibm mq specific features such as

SSL authentication, connection caching and more message handling options.
 [1] that you provided uses ibm jars written for jms transport and

we can write inbound that uses only ibm mq java classes by avoiding jms.jar
dependencies as  I have tried in [2].

[1]
https://github.com/Kirishanthy/IBM-MQ-J/tree/master/ibmmq-inbound-endpoint-1.0.0/src/main/java/org/wso2/carbon/inbound/ibmmq/poll

[2] https://github.com/chanakadinesh/MQ-Client


Thanks,

On Tue, Mar 21, 2017 at 9:39 AM, Dushan Abeyruwan  wrote:

> Hi All,
>  Can you explain or distinguish the effort from [1]? what sort of
> additional features can we expect from Inbound EP for 8.0?
>
> [1] https://github.com/Kirishanthy/IBM-MQ-J/tree/master/
> ibmmq-inbound-endpoint-1.0.0/src/main/java/org/wso2/carbon/
> inbound/ibmmq/poll
>
> Cheers,
> Dushan
>
> On Mon, Mar 20, 2017 at 3:41 AM, Chanaka Balasooriya  > wrote:
>
>> Hi Malaka,
>>
>> Need some clarifications,
>>
>>
>> As you can see in the sample that I implemented [1] I have used
>> asynchronous message listener which is provided by JMS, for the consumer
>>
>> to retrieve messages from the server. Is it ok to use that JMS listener
>>
>> when implementing inbound or do I need to look for a pattern like pooling
>> for message retrieving in consumer?
>>
>> [1] https://github.com/chanakadinesh/MQ-Client/blob/master/s
>> rc/main/java/esb/wso2/org/client/MQConsumer.java
>>
>> Thanks,
>>
>>
>> On Mon, Mar 20, 2017 at 10:14 AM, Malaka Silva  wrote:
>>
>>> Looks good
>>>
>>> On Sun, Mar 19, 2017 at 1:29 PM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi Malaka,

 As you suggested, I implemented a simple method for generating
 SSLContext by reading trustStore and keyStore files [1].

 So those System properties were removed. For now this was checked only
 for self-signed certificates and I will try to use WSO2 ESB default
 trustStore and KeyStore files

 to generate this SSL Contex later.

 [1] https://github.com/chanakadinesh/MQ-Client/blob/master/src/m
 ain/java/esb/wso2/org/client/MQConnectionBuilder.java

 Thanks,

 On Sun, Mar 19, 2017 at 5:41 AM, Malaka Silva  wrote:

> Hi Chanaka,
>
> This looks good so far.
>
> Can we check if it is possible to have an alternative way to set SSL
> details other than system properties with IBM MQ client libraries.
>
> The reason for that is we are limiting our self to one set of
> properties per JVM.
>
> eg: System.setProperty(
>
> On Sat, Mar 18, 2017 at 11:41 PM, Chanaka Balasooriya <
> chanaka...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> After some effort I could upgrade MQ-Client [1] that I created
>> earlier, to establish SSL connections with IBM WebSphere MQ.
>> Please have a look.
>>
>> Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ
>> self signed certificate.
>> During that implementation I could realized that even though IBM MQ
>> supports a long list of cipher suits only few cipher suits are supported 
>> for
>> Oracal Java JVM. So I will list down all possible ciper-suits in near
>> future.
>>
>> Now I believe that I have a solid background of the project idea and
>> am looking forward to do this in GSoC.
>>
>> [1]https://github.com/chanakadinesh/MQ-Client
>>
>> Thanks,
>>
>> On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva 
>> wrote:
>>
>>> Hi Chanaka,
>>>
>>> Also better to think about how to secure the connections with
>>> credentials and SSL.
>>>
>>> On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi Malaka,

 I've been studying specifications of using native IBM MQ jars with
 the help of resources you sent and I could understand that It gives 
 more
 flexibility on configuring
 connections and some binding options.

 I tried to implement sample MQ-Client [1] that can connect to IBM
 MQ without .binding file and we can improve that to implement inbound
 endpoint and the connector. please have a look.
 I am going to improve that MQ-Client to support more ibm specific
 options such as SSL connections within next few days.

 [1]https://github.com/chanakadinesh/MQ-Client

 Thanks,

 On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva 
 wrote:

> Hi Chanaka,
>
> Following will help.
>
> [1] 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-20 Thread Dushan Abeyruwan
Hi All,
 Can you explain or distinguish the effort from [1]? what sort of
additional features can we expect from Inbound EP for 8.0?

[1] https://github.com/Kirishanthy/IBM-MQ-J/tree/
master/ibmmq-inbound-endpoint-1.0.0/src/main/java/org/wso2/
carbon/inbound/ibmmq/poll

Cheers,
Dushan

On Mon, Mar 20, 2017 at 3:41 AM, Chanaka Balasooriya 
wrote:

> Hi Malaka,
>
> Need some clarifications,
>
>
> As you can see in the sample that I implemented [1] I have used
> asynchronous message listener which is provided by JMS, for the consumer
>
> to retrieve messages from the server. Is it ok to use that JMS listener
>
> when implementing inbound or do I need to look for a pattern like pooling
> for message retrieving in consumer?
>
> [1] https://github.com/chanakadinesh/MQ-Client/blob/master/
> src/main/java/esb/wso2/org/client/MQConsumer.java
>
> Thanks,
>
>
> On Mon, Mar 20, 2017 at 10:14 AM, Malaka Silva  wrote:
>
>> Looks good
>>
>> On Sun, Mar 19, 2017 at 1:29 PM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> As you suggested, I implemented a simple method for generating
>>> SSLContext by reading trustStore and keyStore files [1].
>>>
>>> So those System properties were removed. For now this was checked only
>>> for self-signed certificates and I will try to use WSO2 ESB default
>>> trustStore and KeyStore files
>>>
>>> to generate this SSL Contex later.
>>>
>>> [1] https://github.com/chanakadinesh/MQ-Client/blob/master/src/m
>>> ain/java/esb/wso2/org/client/MQConnectionBuilder.java
>>>
>>> Thanks,
>>>
>>> On Sun, Mar 19, 2017 at 5:41 AM, Malaka Silva  wrote:
>>>
 Hi Chanaka,

 This looks good so far.

 Can we check if it is possible to have an alternative way to set SSL
 details other than system properties with IBM MQ client libraries.

 The reason for that is we are limiting our self to one set of
 properties per JVM.

 eg: System.setProperty(

 On Sat, Mar 18, 2017 at 11:41 PM, Chanaka Balasooriya <
 chanaka...@gmail.com> wrote:

> Hi Malaka,
>
> After some effort I could upgrade MQ-Client [1] that I created
> earlier, to establish SSL connections with IBM WebSphere MQ.
> Please have a look.
>
> Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ self
> signed certificate.
> During that implementation I could realized that even though IBM MQ
> supports a long list of cipher suits only few cipher suits are supported 
> for
> Oracal Java JVM. So I will list down all possible ciper-suits in near
> future.
>
> Now I believe that I have a solid background of the project idea and
> am looking forward to do this in GSoC.
>
> [1]https://github.com/chanakadinesh/MQ-Client
>
> Thanks,
>
> On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Also better to think about how to secure the connections with
>> credentials and SSL.
>>
>> On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> I've been studying specifications of using native IBM MQ jars with
>>> the help of resources you sent and I could understand that It gives more
>>> flexibility on configuring
>>> connections and some binding options.
>>>
>>> I tried to implement sample MQ-Client [1] that can connect to IBM MQ
>>> without .binding file and we can improve that to implement inbound 
>>> endpoint
>>> and the connector. please have a look.
>>> I am going to improve that MQ-Client to support more ibm specific
>>> options such as SSL connections within next few days.
>>>
>>> [1]https://github.com/chanakadinesh/MQ-Client
>>>
>>> Thanks,
>>>
>>> On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva 
>>> wrote:
>>>
 Hi Chanaka,

 Following will help.

 [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
 sms-other-than.html
 [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
 [3] http://stackoverflow.com/questions/2692070/connecting-to
 -a-websphere-mq-in-java-with-ssl-keystore
 [4] http://www.kevinboone.net/simplewmqclient.html

 On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya <
 chanaka...@gmail.com> wrote:

> Hi Malaka,
>
> Thank you for your response.
>
> As you mentioned, to understand the advantage of using native IBM
> MQ jars I will need to compare the current ESB IBM MQ support with 
> native
> IBM MQ.
> So please share if you have any recommended reading materials to
> know more about IBM MQ other than [1] and it will be really helpful 
> to get
> a 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-20 Thread Chanaka Balasooriya
Hi Malaka,

Need some clarifications,


As you can see in the sample that I implemented [1] I have used
asynchronous message listener which is provided by JMS, for the consumer

to retrieve messages from the server. Is it ok to use that JMS listener

when implementing inbound or do I need to look for a pattern like pooling
for message retrieving in consumer?

[1]
https://github.com/chanakadinesh/MQ-Client/blob/master/src/main/java/esb/wso2/org/client/MQConsumer.java

Thanks,


On Mon, Mar 20, 2017 at 10:14 AM, Malaka Silva  wrote:

> Looks good
>
> On Sun, Mar 19, 2017 at 1:29 PM, Chanaka Balasooriya  > wrote:
>
>> Hi Malaka,
>>
>> As you suggested, I implemented a simple method for generating SSLContext
>> by reading trustStore and keyStore files [1].
>>
>> So those System properties were removed. For now this was checked only
>> for self-signed certificates and I will try to use WSO2 ESB default
>> trustStore and KeyStore files
>>
>> to generate this SSL Contex later.
>>
>> [1] https://github.com/chanakadinesh/MQ-Client/blob/master/src/
>> main/java/esb/wso2/org/client/MQConnectionBuilder.java
>>
>> Thanks,
>>
>> On Sun, Mar 19, 2017 at 5:41 AM, Malaka Silva  wrote:
>>
>>> Hi Chanaka,
>>>
>>> This looks good so far.
>>>
>>> Can we check if it is possible to have an alternative way to set SSL
>>> details other than system properties with IBM MQ client libraries.
>>>
>>> The reason for that is we are limiting our self to one set of properties
>>> per JVM.
>>>
>>> eg: System.setProperty(
>>>
>>> On Sat, Mar 18, 2017 at 11:41 PM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi Malaka,

 After some effort I could upgrade MQ-Client [1] that I created earlier,
 to establish SSL connections with IBM WebSphere MQ.
 Please have a look.

 Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ self
 signed certificate.
 During that implementation I could realized that even though IBM MQ
 supports a long list of cipher suits only few cipher suits are supported 
 for
 Oracal Java JVM. So I will list down all possible ciper-suits in near
 future.

 Now I believe that I have a solid background of the project idea and am
 looking forward to do this in GSoC.

 [1]https://github.com/chanakadinesh/MQ-Client

 Thanks,

 On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Also better to think about how to secure the connections with
> credentials and SSL.
>
> On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
> chanaka...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> I've been studying specifications of using native IBM MQ jars with
>> the help of resources you sent and I could understand that It gives more
>> flexibility on configuring
>> connections and some binding options.
>>
>> I tried to implement sample MQ-Client [1] that can connect to IBM MQ
>> without .binding file and we can improve that to implement inbound 
>> endpoint
>> and the connector. please have a look.
>> I am going to improve that MQ-Client to support more ibm specific
>> options such as SSL connections within next few days.
>>
>> [1]https://github.com/chanakadinesh/MQ-Client
>>
>> Thanks,
>>
>> On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:
>>
>>> Hi Chanaka,
>>>
>>> Following will help.
>>>
>>> [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
>>> sms-other-than.html
>>> [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
>>> [3] http://stackoverflow.com/questions/2692070/connecting-to
>>> -a-websphere-mq-in-java-with-ssl-keystore
>>> [4] http://www.kevinboone.net/simplewmqclient.html
>>>
>>> On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi Malaka,

 Thank you for your response.

 As you mentioned, to understand the advantage of using native IBM
 MQ jars I will need to compare the current ESB IBM MQ support with 
 native
 IBM MQ.
 So please share if you have any recommended reading materials to
 know more about IBM MQ other than [1] and it will be really helpful to 
 get
 a better approach to this project.

 (I do confirm that I am a full time student and eligible to
 participate GSoC. )

 [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0
 /com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html

 Thanks,

 On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva 
 wrote:

> Hi Chanaka,
>
> Thank you for your interest in this project.
>
> Currently 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-19 Thread Malaka Silva
Looks good

On Sun, Mar 19, 2017 at 1:29 PM, Chanaka Balasooriya 
wrote:

> Hi Malaka,
>
> As you suggested, I implemented a simple method for generating SSLContext
> by reading trustStore and keyStore files [1].
>
> So those System properties were removed. For now this was checked only for
> self-signed certificates and I will try to use WSO2 ESB default trustStore
> and KeyStore files
>
> to generate this SSL Contex later.
>
> [1] https://github.com/chanakadinesh/MQ-Client/blob/
> master/src/main/java/esb/wso2/org/client/MQConnectionBuilder.java
>
> Thanks,
>
> On Sun, Mar 19, 2017 at 5:41 AM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> This looks good so far.
>>
>> Can we check if it is possible to have an alternative way to set SSL
>> details other than system properties with IBM MQ client libraries.
>>
>> The reason for that is we are limiting our self to one set of properties
>> per JVM.
>>
>> eg: System.setProperty(
>>
>> On Sat, Mar 18, 2017 at 11:41 PM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> After some effort I could upgrade MQ-Client [1] that I created earlier,
>>> to establish SSL connections with IBM WebSphere MQ.
>>> Please have a look.
>>>
>>> Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ self
>>> signed certificate.
>>> During that implementation I could realized that even though IBM MQ
>>> supports a long list of cipher suits only few cipher suits are supported for
>>> Oracal Java JVM. So I will list down all possible ciper-suits in near
>>> future.
>>>
>>> Now I believe that I have a solid background of the project idea and am
>>> looking forward to do this in GSoC.
>>>
>>> [1]https://github.com/chanakadinesh/MQ-Client
>>>
>>> Thanks,
>>>
>>> On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva  wrote:
>>>
 Hi Chanaka,

 Also better to think about how to secure the connections with
 credentials and SSL.

 On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
 chanaka...@gmail.com> wrote:

> Hi Malaka,
>
> I've been studying specifications of using native IBM MQ jars with the
> help of resources you sent and I could understand that It gives more
> flexibility on configuring
> connections and some binding options.
>
> I tried to implement sample MQ-Client [1] that can connect to IBM MQ
> without .binding file and we can improve that to implement inbound 
> endpoint
> and the connector. please have a look.
> I am going to improve that MQ-Client to support more ibm specific
> options such as SSL connections within next few days.
>
> [1]https://github.com/chanakadinesh/MQ-Client
>
> Thanks,
>
> On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Following will help.
>>
>> [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
>> sms-other-than.html
>> [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
>> [3] http://stackoverflow.com/questions/2692070/connecting-to
>> -a-websphere-mq-in-java-with-ssl-keystore
>> [4] http://www.kevinboone.net/simplewmqclient.html
>>
>> On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> Thank you for your response.
>>>
>>> As you mentioned, to understand the advantage of using native IBM MQ
>>> jars I will need to compare the current ESB IBM MQ support with native 
>>> IBM
>>> MQ.
>>> So please share if you have any recommended reading materials to
>>> know more about IBM MQ other than [1] and it will be really helpful to 
>>> get
>>> a better approach to this project.
>>>
>>> (I do confirm that I am a full time student and eligible to
>>> participate GSoC. )
>>>
>>> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0
>>> /com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html
>>>
>>> Thanks,
>>>
>>> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva 
>>> wrote:
>>>
 Hi Chanaka,

 Thank you for your interest in this project.

 Currently with WSO2 ESB there is a generic JMS inbound endpoint
 that can be used to consume messages from different brokers. [1]

 However there are complexities when configuring WSO2 ESB with IBM
 MQ. This is mainly due to class loading issues. Also IBM provides more
 customized options that are written on top of JMS transport.

 Part of this project is to identify those and develop a new Inbound
 Endpoint to support this integration.

 Also please confirm that you are a full time student and currently
 not employed since it is against GSoC rules.

 [1] 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-19 Thread Chanaka Balasooriya
Hi Malaka,

As you suggested, I implemented a simple method for generating SSLContext
by reading trustStore and keyStore files [1].

So those System properties were removed. For now this was checked only for
self-signed certificates and I will try to use WSO2 ESB default trustStore
and KeyStore files

to generate this SSL Contex later.

[1]
https://github.com/chanakadinesh/MQ-Client/blob/master/src/main/java/esb/wso2/org/client/MQConnectionBuilder.java

Thanks,

On Sun, Mar 19, 2017 at 5:41 AM, Malaka Silva  wrote:

> Hi Chanaka,
>
> This looks good so far.
>
> Can we check if it is possible to have an alternative way to set SSL
> details other than system properties with IBM MQ client libraries.
>
> The reason for that is we are limiting our self to one set of properties
> per JVM.
>
> eg: System.setProperty(
>
> On Sat, Mar 18, 2017 at 11:41 PM, Chanaka Balasooriya <
> chanaka...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> After some effort I could upgrade MQ-Client [1] that I created earlier,
>> to establish SSL connections with IBM WebSphere MQ.
>> Please have a look.
>>
>> Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ self
>> signed certificate.
>> During that implementation I could realized that even though IBM MQ
>> supports a long list of cipher suits only few cipher suits are supported for
>> Oracal Java JVM. So I will list down all possible ciper-suits in near
>> future.
>>
>> Now I believe that I have a solid background of the project idea and am
>> looking forward to do this in GSoC.
>>
>> [1]https://github.com/chanakadinesh/MQ-Client
>>
>> Thanks,
>>
>> On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva  wrote:
>>
>>> Hi Chanaka,
>>>
>>> Also better to think about how to secure the connections with
>>> credentials and SSL.
>>>
>>> On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi Malaka,

 I've been studying specifications of using native IBM MQ jars with the
 help of resources you sent and I could understand that It gives more
 flexibility on configuring
 connections and some binding options.

 I tried to implement sample MQ-Client [1] that can connect to IBM MQ
 without .binding file and we can improve that to implement inbound endpoint
 and the connector. please have a look.
 I am going to improve that MQ-Client to support more ibm specific
 options such as SSL connections within next few days.

 [1]https://github.com/chanakadinesh/MQ-Client

 Thanks,

 On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Following will help.
>
> [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
> sms-other-than.html
> [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
> [3] http://stackoverflow.com/questions/2692070/connecting-to
> -a-websphere-mq-in-java-with-ssl-keystore
> [4] http://www.kevinboone.net/simplewmqclient.html
>
> On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya <
> chanaka...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> Thank you for your response.
>>
>> As you mentioned, to understand the advantage of using native IBM MQ
>> jars I will need to compare the current ESB IBM MQ support with native 
>> IBM
>> MQ.
>> So please share if you have any recommended reading materials to know
>> more about IBM MQ other than [1] and it will be really helpful to get a
>> better approach to this project.
>>
>> (I do confirm that I am a full time student and eligible to
>> participate GSoC. )
>>
>> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0
>> /com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html
>>
>> Thanks,
>>
>> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva 
>> wrote:
>>
>>> Hi Chanaka,
>>>
>>> Thank you for your interest in this project.
>>>
>>> Currently with WSO2 ESB there is a generic JMS inbound endpoint that
>>> can be used to consume messages from different brokers. [1]
>>>
>>> However there are complexities when configuring WSO2 ESB with IBM
>>> MQ. This is mainly due to class loading issues. Also IBM provides more
>>> customized options that are written on top of JMS transport.
>>>
>>> Part of this project is to identify those and develop a new Inbound
>>> Endpoint to support this integration.
>>>
>>> Also please confirm that you are a full time student and currently
>>> not employed since it is against GSoC rules.
>>>
>>> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>>>
>>> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi,

 I am Chanaka Balasooriya, final year undergraduate at Computer
 Science and Engineering 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-18 Thread Malaka Silva
Hi Chanaka,

This looks good so far.

Can we check if it is possible to have an alternative way to set SSL
details other than system properties with IBM MQ client libraries.

The reason for that is we are limiting our self to one set of properties
per JVM.

eg: System.setProperty(

On Sat, Mar 18, 2017 at 11:41 PM, Chanaka Balasooriya 
wrote:

> Hi Malaka,
>
> After some effort I could upgrade MQ-Client [1] that I created earlier, to
> establish SSL connections with IBM WebSphere MQ.
> Please have a look.
>
> Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ self
> signed certificate.
> During that implementation I could realized that even though IBM MQ
> supports a long list of cipher suits only few cipher suits are supported for
> Oracal Java JVM. So I will list down all possible ciper-suits in near
> future.
>
> Now I believe that I have a solid background of the project idea and am
> looking forward to do this in GSoC.
>
> [1]https://github.com/chanakadinesh/MQ-Client
>
> Thanks,
>
> On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Also better to think about how to secure the connections with credentials
>> and SSL.
>>
>> On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi Malaka,
>>>
>>> I've been studying specifications of using native IBM MQ jars with the
>>> help of resources you sent and I could understand that It gives more
>>> flexibility on configuring
>>> connections and some binding options.
>>>
>>> I tried to implement sample MQ-Client [1] that can connect to IBM MQ
>>> without .binding file and we can improve that to implement inbound endpoint
>>> and the connector. please have a look.
>>> I am going to improve that MQ-Client to support more ibm specific
>>> options such as SSL connections within next few days.
>>>
>>> [1]https://github.com/chanakadinesh/MQ-Client
>>>
>>> Thanks,
>>>
>>> On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:
>>>
 Hi Chanaka,

 Following will help.

 [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
 sms-other-than.html
 [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
 [3] http://stackoverflow.com/questions/2692070/connecting-to
 -a-websphere-mq-in-java-with-ssl-keystore
 [4] http://www.kevinboone.net/simplewmqclient.html

 On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya <
 chanaka...@gmail.com> wrote:

> Hi Malaka,
>
> Thank you for your response.
>
> As you mentioned, to understand the advantage of using native IBM MQ
> jars I will need to compare the current ESB IBM MQ support with native IBM
> MQ.
> So please share if you have any recommended reading materials to know
> more about IBM MQ other than [1] and it will be really helpful to get a
> better approach to this project.
>
> (I do confirm that I am a full time student and eligible to
> participate GSoC. )
>
> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0
> /com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html
>
> Thanks,
>
> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Thank you for your interest in this project.
>>
>> Currently with WSO2 ESB there is a generic JMS inbound endpoint that
>> can be used to consume messages from different brokers. [1]
>>
>> However there are complexities when configuring WSO2 ESB with IBM MQ.
>> This is mainly due to class loading issues. Also IBM provides more
>> customized options that are written on top of JMS transport.
>>
>> Part of this project is to identify those and develop a new Inbound
>> Endpoint to support this integration.
>>
>> Also please confirm that you are a full time student and currently
>> not employed since it is against GSoC rules.
>>
>> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>>
>> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I am Chanaka Balasooriya, final year undergraduate at Computer
>>> Science and Engineering Department, University of Moratuwa. I am highly
>>> interested in distributed computing and Java related things and it led 
>>> me
>>> to select and find more about this project. I was an intern at WSO2 and 
>>> I
>>> have a keen knowledge about WSO2ESB, inbound endpoints and transports 
>>> since
>>> my internship project was related to them.
>>>
>>> Regarding this project, I have already started to follow the WSO2
>>> doc about current implementation of  WSO2 ESB for IBM WebSphere MQ 
>>> through
>>> JMS transport. I would be grateful if you can give me some suggestions 
>>> and
>>> materials to understand the project more.

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-18 Thread Chanaka Balasooriya
Hi Malaka,

After some effort I could upgrade MQ-Client [1] that I created earlier, to
establish SSL connections with IBM WebSphere MQ.
Please have a look.

Here I used SSL_RSA_WITH_3DES_EDE_CBC_SHA Cipher Suit and IBM MQ self
signed certificate.
During that implementation I could realized that even though IBM MQ
supports a long list of cipher suits only few cipher suits are supported for
Oracal Java JVM. So I will list down all possible ciper-suits in near
future.

Now I believe that I have a solid background of the project idea and am
looking forward to do this in GSoC.

[1]https://github.com/chanakadinesh/MQ-Client

Thanks,

On Mon, Mar 13, 2017 at 6:15 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Also better to think about how to secure the connections with credentials
> and SSL.
>
> On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya <
> chanaka...@gmail.com> wrote:
>
>> Hi Malaka,
>>
>> I've been studying specifications of using native IBM MQ jars with the
>> help of resources you sent and I could understand that It gives more
>> flexibility on configuring
>> connections and some binding options.
>>
>> I tried to implement sample MQ-Client [1] that can connect to IBM MQ
>> without .binding file and we can improve that to implement inbound endpoint
>> and the connector. please have a look.
>> I am going to improve that MQ-Client to support more ibm specific options
>> such as SSL connections within next few days.
>>
>> [1]https://github.com/chanakadinesh/MQ-Client
>>
>> Thanks,
>>
>> On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:
>>
>>> Hi Chanaka,
>>>
>>> Following will help.
>>>
>>> [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
>>> sms-other-than.html
>>> [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
>>> [3] http://stackoverflow.com/questions/2692070/connecting-to
>>> -a-websphere-mq-in-java-with-ssl-keystore
>>> [4] http://www.kevinboone.net/simplewmqclient.html
>>>
>>> On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi Malaka,

 Thank you for your response.

 As you mentioned, to understand the advantage of using native IBM MQ
 jars I will need to compare the current ESB IBM MQ support with native IBM
 MQ.
 So please share if you have any recommended reading materials to know
 more about IBM MQ other than [1] and it will be really helpful to get a
 better approach to this project.

 (I do confirm that I am a full time student and eligible to participate
 GSoC. )

 [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0
 /com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html

 Thanks,

 On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Thank you for your interest in this project.
>
> Currently with WSO2 ESB there is a generic JMS inbound endpoint that
> can be used to consume messages from different brokers. [1]
>
> However there are complexities when configuring WSO2 ESB with IBM MQ.
> This is mainly due to class loading issues. Also IBM provides more
> customized options that are written on top of JMS transport.
>
> Part of this project is to identify those and develop a new Inbound
> Endpoint to support this integration.
>
> Also please confirm that you are a full time student and currently not
> employed since it is against GSoC rules.
>
> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>
> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
> chanaka...@gmail.com> wrote:
>
>> Hi,
>>
>> I am Chanaka Balasooriya, final year undergraduate at Computer
>> Science and Engineering Department, University of Moratuwa. I am highly
>> interested in distributed computing and Java related things and it led me
>> to select and find more about this project. I was an intern at WSO2 and I
>> have a keen knowledge about WSO2ESB, inbound endpoints and transports 
>> since
>> my internship project was related to them.
>>
>> Regarding this project, I have already started to follow the WSO2 doc
>> about current implementation of  WSO2 ESB for IBM WebSphere MQ through 
>> JMS
>> transport. I would be grateful if you can give me some suggestions and
>> materials to understand the project more.
>>
>> Thanks,
>> --
>> Chanaka Balasooriya
>> Undergraduate
>> Department of Computer Science and Engineering
>> University of Moratuwa
>> +9471 294 7898 <071%20294%207898>
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <+94%2077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300 <011%202%20145300>
> Skype : malaka.sampath.silva
> LinkedIn : 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-13 Thread Malaka Silva
Hi Chanaka,

Also better to think about how to secure the connections with credentials
and SSL.

On Mon, Mar 13, 2017 at 11:04 AM, Chanaka Balasooriya 
wrote:

> Hi Malaka,
>
> I've been studying specifications of using native IBM MQ jars with the
> help of resources you sent and I could understand that It gives more
> flexibility on configuring
> connections and some binding options.
>
> I tried to implement sample MQ-Client [1] that can connect to IBM MQ
> without .binding file and we can improve that to implement inbound endpoint
> and the connector. please have a look.
> I am going to improve that MQ-Client to support more ibm specific options
> such as SSL connections within next few days.
>
> [1]https://github.com/chanakadinesh/MQ-Client
>
> Thanks,
>
> On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Following will help.
>>
>> [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechani
>> sms-other-than.html
>> [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
>> [3] http://stackoverflow.com/questions/2692070/connecting-to
>> -a-websphere-mq-in-java-with-ssl-keystore
>> [4] http://www.kevinboone.net/simplewmqclient.html
>>
>> On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya > > wrote:
>>
>>> Hi Malaka,
>>>
>>> Thank you for your response.
>>>
>>> As you mentioned, to understand the advantage of using native IBM MQ
>>> jars I will need to compare the current ESB IBM MQ support with native IBM
>>> MQ.
>>> So please share if you have any recommended reading materials to know
>>> more about IBM MQ other than [1] and it will be really helpful to get a
>>> better approach to this project.
>>>
>>> (I do confirm that I am a full time student and eligible to participate
>>> GSoC. )
>>>
>>> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0
>>> /com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html
>>>
>>> Thanks,
>>>
>>> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:
>>>
 Hi Chanaka,

 Thank you for your interest in this project.

 Currently with WSO2 ESB there is a generic JMS inbound endpoint that
 can be used to consume messages from different brokers. [1]

 However there are complexities when configuring WSO2 ESB with IBM MQ.
 This is mainly due to class loading issues. Also IBM provides more
 customized options that are written on top of JMS transport.

 Part of this project is to identify those and develop a new Inbound
 Endpoint to support this integration.

 Also please confirm that you are a full time student and currently not
 employed since it is against GSoC rules.

 [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol

 On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
 chanaka...@gmail.com> wrote:

> Hi,
>
> I am Chanaka Balasooriya, final year undergraduate at Computer Science
> and Engineering Department, University of Moratuwa. I am highly interested
> in distributed computing and Java related things and it led me to select
> and find more about this project. I was an intern at WSO2 and I have a 
> keen
> knowledge about WSO2ESB, inbound endpoints and transports since my
> internship project was related to them.
>
> Regarding this project, I have already started to follow the WSO2 doc
> about current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
> transport. I would be grateful if you can give me some suggestions and
> materials to understand the project more.
>
> Thanks,
> --
> Chanaka Balasooriya
> Undergraduate
> Department of Computer Science and Engineering
> University of Moratuwa
> +9471 294 7898 <071%20294%207898>
>



 --

 Best Regards,

 Malaka Silva
 Associate Director / Architect
 M: +94 777 219 791 <+94%2077%20721%209791>
 Tel : 94 11 214 5345
 Fax :94 11 2145300 <011%202%20145300>
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 https://wso2.com/signature
 http://www.wso2.com/about/team/malaka-silva/
 
 https://store.wso2.com/store/

 Don't make Trees rare, we should keep them with care

>>>
>>>
>>>
>>> --
>>> Chanaka Balasooriya
>>> Undergraduate
>>> Department of Computer Science and Engineering
>>> University of Moratuwa
>>> +9471 294 7898 <071%20294%207898>
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-12 Thread Chanaka Balasooriya
Hi Malaka,

I've been studying specifications of using native IBM MQ jars with the help
of resources you sent and I could understand that It gives more flexibility
on configuring
connections and some binding options.

I tried to implement sample MQ-Client [1] that can connect to IBM MQ
without .binding file and we can improve that to implement inbound endpoint
and the connector. please have a look.
I am going to improve that MQ-Client to support more ibm specific options
such as SSL connections within next few days.

[1]https://github.com/chanakadinesh/MQ-Client

Thanks,

On Thu, Mar 2, 2017 at 4:51 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Following will help.
>
> [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-
> mechanisms-other-than.html
> [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
> [3] http://stackoverflow.com/questions/2692070/connecting-
> to-a-websphere-mq-in-java-with-ssl-keystore
> [4] http://www.kevinboone.net/simplewmqclient.html
>
> On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya 
> wrote:
>
>> Hi Malaka,
>>
>> Thank you for your response.
>>
>> As you mentioned, to understand the advantage of using native IBM MQ jars
>> I will need to compare the current ESB IBM MQ support with native IBM MQ.
>> So please share if you have any recommended reading materials to know
>> more about IBM MQ other than [1] and it will be really helpful to get a
>> better approach to this project.
>>
>> (I do confirm that I am a full time student and eligible to participate
>> GSoC. )
>>
>> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.
>> 0/com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html
>>
>> Thanks,
>>
>> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:
>>
>>> Hi Chanaka,
>>>
>>> Thank you for your interest in this project.
>>>
>>> Currently with WSO2 ESB there is a generic JMS inbound endpoint that can
>>> be used to consume messages from different brokers. [1]
>>>
>>> However there are complexities when configuring WSO2 ESB with IBM MQ.
>>> This is mainly due to class loading issues. Also IBM provides more
>>> customized options that are written on top of JMS transport.
>>>
>>> Part of this project is to identify those and develop a new Inbound
>>> Endpoint to support this integration.
>>>
>>> Also please confirm that you are a full time student and currently not
>>> employed since it is against GSoC rules.
>>>
>>> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>>>
>>> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
>>> chanaka...@gmail.com> wrote:
>>>
 Hi,

 I am Chanaka Balasooriya, final year undergraduate at Computer Science
 and Engineering Department, University of Moratuwa. I am highly interested
 in distributed computing and Java related things and it led me to select
 and find more about this project. I was an intern at WSO2 and I have a keen
 knowledge about WSO2ESB, inbound endpoints and transports since my
 internship project was related to them.

 Regarding this project, I have already started to follow the WSO2 doc
 about current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
 transport. I would be grateful if you can give me some suggestions and
 materials to understand the project more.

 Thanks,
 --
 Chanaka Balasooriya
 Undergraduate
 Department of Computer Science and Engineering
 University of Moratuwa
 +9471 294 7898 <071%20294%207898>

>>>
>>>
>>>
>>> --
>>>
>>> Best Regards,
>>>
>>> Malaka Silva
>>> Associate Director / Architect
>>> M: +94 777 219 791 <+94%2077%20721%209791>
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300 <011%202%20145300>
>>> Skype : malaka.sampath.silva
>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>>> Blog : http://mrmalakasilva.blogspot.com/
>>>
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> https://wso2.com/signature
>>> http://www.wso2.com/about/team/malaka-silva/
>>> 
>>> https://store.wso2.com/store/
>>>
>>> Don't make Trees rare, we should keep them with care
>>>
>>
>>
>>
>> --
>> Chanaka Balasooriya
>> Undergraduate
>> Department of Computer Science and Engineering
>> University of Moratuwa
>> +9471 294 7898 <071%20294%207898>
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <+94%2077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> https://wso2.com/signature
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Don't make Trees rare, we should keep them with care
>



-- 
Chanaka Balasooriya
Undergraduate
Department of Computer Science and 

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-02 Thread Malaka Silva
Hi Chanaka,

Following will help.

[1]
http://mrmalakasilva.blogspot.com/2013/10/connecting-mechanisms-other-than.html
[2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
[3]
http://stackoverflow.com/questions/2692070/connecting-to-a-websphere-mq-in-java-with-ssl-keystore
[4] http://www.kevinboone.net/simplewmqclient.html

On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya 
wrote:

> Hi Malaka,
>
> Thank you for your response.
>
> As you mentioned, to understand the advantage of using native IBM MQ jars
> I will need to compare the current ESB IBM MQ support with native IBM MQ.
> So please share if you have any recommended reading materials to know more
> about IBM MQ other than [1] and it will be really helpful to get a better
> approach to this project.
>
> (I do confirm that I am a full time student and eligible to participate
> GSoC. )
>
> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.
> helphome.v80.doc/WelcomePagev8r0.html
>
> Thanks,
>
> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Thank you for your interest in this project.
>>
>> Currently with WSO2 ESB there is a generic JMS inbound endpoint that can
>> be used to consume messages from different brokers. [1]
>>
>> However there are complexities when configuring WSO2 ESB with IBM MQ.
>> This is mainly due to class loading issues. Also IBM provides more
>> customized options that are written on top of JMS transport.
>>
>> Part of this project is to identify those and develop a new Inbound
>> Endpoint to support this integration.
>>
>> Also please confirm that you are a full time student and currently not
>> employed since it is against GSoC rules.
>>
>> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>>
>> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I am Chanaka Balasooriya, final year undergraduate at Computer Science
>>> and Engineering Department, University of Moratuwa. I am highly interested
>>> in distributed computing and Java related things and it led me to select
>>> and find more about this project. I was an intern at WSO2 and I have a keen
>>> knowledge about WSO2ESB, inbound endpoints and transports since my
>>> internship project was related to them.
>>>
>>> Regarding this project, I have already started to follow the WSO2 doc
>>> about current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
>>> transport. I would be grateful if you can give me some suggestions and
>>> materials to understand the project more.
>>>
>>> Thanks,
>>> --
>>> Chanaka Balasooriya
>>> Undergraduate
>>> Department of Computer Science and Engineering
>>> University of Moratuwa
>>> +9471 294 7898 <071%20294%207898>
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>> https://store.wso2.com/store/
>>
>> Don't make Trees rare, we should keep them with care
>>
>
>
>
> --
> Chanaka Balasooriya
> Undergraduate
> Department of Computer Science and Engineering
> University of Moratuwa
> +9471 294 7898 <071%20294%207898>
>



-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-01 Thread Chanaka Balasooriya
Hi Malaka,

Thank you for your response.

As you mentioned, to understand the advantage of using native IBM MQ jars I
will need to compare the current ESB IBM MQ support with native IBM MQ.
So please share if you have any recommended reading materials to know more
about IBM MQ other than [1] and it will be really helpful to get a better
approach to this project.

(I do confirm that I am a full time student and eligible to participate
GSoC. )

[1]
https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.helphome.v80.doc/WelcomePagev8r0.html

Thanks,

On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Thank you for your interest in this project.
>
> Currently with WSO2 ESB there is a generic JMS inbound endpoint that can
> be used to consume messages from different brokers. [1]
>
> However there are complexities when configuring WSO2 ESB with IBM MQ. This
> is mainly due to class loading issues. Also IBM provides more customized
> options that are written on top of JMS transport.
>
> Part of this project is to identify those and develop a new Inbound
> Endpoint to support this integration.
>
> Also please confirm that you are a full time student and currently not
> employed since it is against GSoC rules.
>
> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>
> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya  > wrote:
>
>> Hi,
>>
>> I am Chanaka Balasooriya, final year undergraduate at Computer Science
>> and Engineering Department, University of Moratuwa. I am highly interested
>> in distributed computing and Java related things and it led me to select
>> and find more about this project. I was an intern at WSO2 and I have a keen
>> knowledge about WSO2ESB, inbound endpoints and transports since my
>> internship project was related to them.
>>
>> Regarding this project, I have already started to follow the WSO2 doc
>> about current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
>> transport. I would be grateful if you can give me some suggestions and
>> materials to understand the project more.
>>
>> Thanks,
>> --
>> Chanaka Balasooriya
>> Undergraduate
>> Department of Computer Science and Engineering
>> University of Moratuwa
>> +9471 294 7898 <071%20294%207898>
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <+94%2077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> https://wso2.com/signature
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Don't make Trees rare, we should keep them with care
>



-- 
Chanaka Balasooriya
Undergraduate
Department of Computer Science and Engineering
University of Moratuwa
+9471 294 7898
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-02-28 Thread Malaka Silva
Hi Chanaka,

Thank you for your interest in this project.

Currently with WSO2 ESB there is a generic JMS inbound endpoint that can be
used to consume messages from different brokers. [1]

However there are complexities when configuring WSO2 ESB with IBM MQ. This
is mainly due to class loading issues. Also IBM provides more customized
options that are written on top of JMS transport.

Part of this project is to identify those and develop a new Inbound
Endpoint to support this integration.

Also please confirm that you are a full time student and currently not
employed since it is against GSoC rules.

[1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol

On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya 
wrote:

> Hi,
>
> I am Chanaka Balasooriya, final year undergraduate at Computer Science and
> Engineering Department, University of Moratuwa. I am highly interested in
> distributed computing and Java related things and it led me to select and
> find more about this project. I was an intern at WSO2 and I have a keen
> knowledge about WSO2ESB, inbound endpoints and transports since my
> internship project was related to them.
>
> Regarding this project, I have already started to follow the WSO2 doc
> about current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
> transport. I would be grateful if you can give me some suggestions and
> materials to understand the project more.
>
> Thanks,
> --
> Chanaka Balasooriya
> Undergraduate
> Department of Computer Science and Engineering
> University of Moratuwa
> +9471 294 7898 <071%20294%207898>
>



-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-02-28 Thread Chanaka Balasooriya
Hi,

I am Chanaka Balasooriya, final year undergraduate at Computer Science and
Engineering Department, University of Moratuwa. I am highly interested in
distributed computing and Java related things and it led me to select and
find more about this project. I was an intern at WSO2 and I have a keen
knowledge about WSO2ESB, inbound endpoints and transports since my
internship project was related to them.

Regarding this project, I have already started to follow the WSO2 doc about
current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
transport. I would be grateful if you can give me some suggestions and
materials to understand the project more.

Thanks,
-- 
Chanaka Balasooriya
Undergraduate
Department of Computer Science and Engineering
University of Moratuwa
+9471 294 7898
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev