Author |
Message |
Topic: ESQL vs Java |
sleepyjamie
Replies: 57 Views: 41818
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 31, 2016 1:21 pm Subject: ESQL vs Java |
Oh god... If someone forced me to use WMB with the Java API over the ESQL then I think I would quit.
While the Java API is not overly complex, it is definitely overly verbose for performing simpl ... |
Topic: ESQL vs Java |
sleepyjamie
Replies: 57 Views: 41818
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 31, 2016 12:31 pm Subject: ESQL vs Java |
From my experience, I found that the Java API for IIB/WMB was terrible. Hence why most recommend sticking purely to ESQL for all the mediation logic.
While I agree that ESQL should have everything ... |
Topic: ESQL vs Java |
sleepyjamie
Replies: 57 Views: 41818
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 31, 2016 9:09 am Subject: ESQL vs Java |
From my experience, I found that the Java API for IIB/WMB was terrible. Hence why most recommend sticking purely to ESQL for all the mediation logic.
While I agree that ESQL should have everything ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 1:17 pm Subject: How are you versioning your BAR files? |
Yes and no. The version of the code is all the same across each environment, just a different configuration.
Lucky you, apparently not much change...
I remember having different versions in dev, ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 12:54 pm Subject: How are you versioning your BAR files? |
And how would you deal with the same version but different bar overrides?
Well you'd hope the different overrides would be caused by different use cases and I would encode those use case ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 11:42 am Subject: How are you versioning your BAR files? |
And how would you deal with the same version but different bar overrides?
Well you'd hope the different overrides would be caused by different use cases and I would encode those use case ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 11:34 am Subject: How are you versioning your BAR files? |
And how would you deal with the same version but different bar overrides?
Good question.
We use classifiers in Artifactory to determine various environments. For example: We have a se ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 10:11 am Subject: How are you versioning your BAR files? |
My guess is you want to be able to see the version once looking at the deployed artifact...
Yeah this is exactly what I would like. Once a BAR file is deployed, how do you find the versi ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 10:09 am Subject: How are you versioning your BAR files? |
The BAR file is simply a container (unlike, as I'm given to understand, an EAR or WAR file) and has no value once the deployment process is complete.
I would have to disagree with this statement ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 9:34 am Subject: How are you versioning your BAR files? |
There is a lot more than just the bar file to it. You might want to have a look at the infocenter. My guess is you want to be able to see the version once looking at the deployed artifact... :innocent ... |
Topic: How are you versioning your BAR files? |
sleepyjamie
Replies: 21 Views: 27459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2016 8:54 am Subject: How are you versioning your BAR files? |
Coming from the Java/Maven/Gradle world there are conventions and best practices around versioning java-based artifacts. I have not seen any documentation yet from IBM on what they recommend, nor any ... |
Topic: mqsicreatebar command with git submodules |
sleepyjamie
Replies: 8 Views: 9844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 06, 2016 7:05 am Subject: mqsicreatebar command with git submodules |
Your file structure is wrong. You need to have in the workspace all projects or referenced projects. That they look like they would be underneath the main (Application) project is an illusion of repre ... |
Topic: mqsicreatebar command with git submodules |
sleepyjamie
Replies: 8 Views: 9844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2016 2:06 pm Subject: Re: mqsicreatebar command with git submodules |
Looks like the -l parameter does not accept slashes.
I wouldn't have thought it needed to and it would have found Library A anyway but if it doesn't have you considered the -p parameter (to obtain ... |
Topic: mqsicreatebar command with git submodules |
sleepyjamie
Replies: 8 Views: 9844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2016 1:19 pm Subject: Re: mqsicreatebar command with git submodules |
Looks like the -l parameter does not accept slashes. So the command:
-l "Common\LibraryA"
Returns the error
Project directory "Common" does not exist
 |
Topic: mqsicreatebar command with git submodules |
sleepyjamie
Replies: 8 Views: 9844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2016 1:15 pm Subject: Re: mqsicreatebar command with git submodules |
The problem is that the mqsicreatebar command fails because it cannot find the LibraryA,B,C,D since they are located in sub folders
....
Is there any way to tell mqsicreatebar to search sub fold ... |