Author |
Message |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2017 8:40 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
In my case, I've also ended using an ant script for build and deploy.
Furthermore, I recommend to use a different job for each kind of task. By instance you can have a job for adhoc builds and anot ... |
Topic: IIB9 Automating build and deployment using Maven |
samuelramos
Replies: 6 Views: 6943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 19, 2016 5:02 pm Subject: IIB9 Automating build and deployment using Maven |
I was looking for a maven plugin for runtime. Trying to implement a continuous integration scenario, at the moment, I'm using mqsicreatebar through an ANT script that it's called by an Maven in a Jenk ... |
Topic: IIB9 Automating build and deployment using Maven |
samuelramos
Replies: 6 Views: 6943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 19, 2016 4:05 am Subject: IIB9 Automating build and deployment using Maven |
Hello,
Which maven plugin are you using for IBM Integration Bus v9.0?
Cheers! |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 17, 2015 9:23 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
Thanks Vitor and mqjeff
I believe I finally achieved the scenario I was looking for!
Steps in the remote machine:
1. I've create a new system user: LimitedUser
2. Add the follow ... |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 17, 2015 8:22 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
Thanks Vitor and mqjeff,
I believe I'm getting somewhere! Looking for command:
SET CHLAUTH(' generic-channel-name ') TYPE (USERMAP) CLNTUSER(client-user-name) MCAUSER ... |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 17, 2015 5:56 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
Thanks for your reply mqjeff,
There are several different ways, especially in mq v8, to control or alter the user that a queue manager sees on an incoming channel.
I'm using MQ 7.5. What I know ... |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 17, 2015 5:35 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
Hi all,
I was able to establish a connection between machines using the commands bellow:
setmqaut -m [my_queuemanager] -t qmgr -p [my_user] +connect +inq +dsp
setmqaut -m [ ... |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 10, 2015 5:41 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
By assigning the correct group/user permissions (setmqaut) and opening access (see channel auth records)
Thanks for your response fjb_saper
I've run dspmqaut to check the u ... |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
samuelramos
Replies: 31 Views: 24860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 10, 2015 3:26 am Subject: Planning Continuous Integration with Jenkins and WMB 8.0 |
Hi all,
I've config my Ant script in Jenkins to use mqsideploy like mentioned above. Currently, the problem I'm facing is related between the connection of Jenkins machine and the QMGR machine. The ... |