Author |
Message |
Topic: Http request over SSL |
orman
Replies: 21 Views: 24272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 02, 2015 1:59 pm Subject: Http request over SSL |
Thank you for your help! But my case is a bit different. But I'll try to do all of these, cos I'm out of variants.
and provide it to your customer.... (DEV/QA)
Hmm.. My problem is - I'm the ... |
Topic: Git repo and IIB projects |
orman
Replies: 7 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 02, 2015 1:57 pm Subject: Git repo and IIB projects |
Are you expecting systems/bar files to need different versions of each set of projects?
Or are you expecting them to always need the same versions?
You also don't need more than one repository ... |
Topic: Http request over SSL |
orman
Replies: 21 Views: 24272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 01, 2015 8:01 pm Subject: Http request over SSL |
Well
I lately used ssl in SOAP nodes and yesterday it worked with client and server authentication
some thinks that use should you did well
1 .create jks with relevant CA and
2. configure in ... |
Topic: Git repo and IIB projects |
orman
Replies: 7 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 01, 2015 7:47 pm Subject: Git repo and IIB projects |
ok I give a little example
Those are my projects:
project_a
project_b (ref to project_a)
project_c (ref to project_a)
project1_a
project1_b (ref to project1_a)
project1_c (ref to project1_a)
... |
Topic: Git repo and IIB projects |
orman
Replies: 7 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 30, 2015 12:23 am Subject: Git repo and IIB projects |
Your repository unit should match your versioning unit...
hi , thanks.
well, I see us using this method because every install at Prod is quite different and including other projects
... |
Topic: Git repo and IIB projects |
orman
Replies: 7 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 27, 2015 10:34 pm Subject: Git repo and IIB projects |
Hello guys
Lately we decided to change our version control from SVN to GIT
We learned how to work with egit in toolkit and it works well
Now the last think we have to deal with it is the reposi ... |
Topic: Broker automation and scale out |
orman
Replies: 9 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 05, 2015 8:53 pm Subject: Broker automation and scale out |
You can write an absolutely dead simple shell script to run a series of mqsi commands to create and provision a broker.
If you don't know the mqsi commands to create and administer brokers, then i ... |
Topic: Broker automation and scale out |
orman
Replies: 9 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 05, 2015 12:13 pm Subject: Broker automation and scale out |
So you recommend maintain all source and using BAR files which includes the right configuration as we want on the Production environment
and in addition the version so if i want to make a new envir ... |
Topic: Broker automation and scale out |
orman
Replies: 9 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2015 8:32 pm Subject: Broker automation and scale out |
Hello all
Lately, we started investigating automation and scale out for the broker environment
What means we want to add another or more than one broker faster and easier as we can by "click ... |
Topic: SOAP over jms use |
orman
Replies: 12 Views: 8374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 13, 2015 1:26 am Subject: SOAP over jms use |
Just start with the SOAPInput as stopping the flow and inspecting the message on the queue will show some of the mandatory properties on the message when using SOAP over JMS.
Yea, we s ... |
Topic: SOAP over jms use |
orman
Replies: 12 Views: 8374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2015 12:57 pm Subject: Re: SOAP over jms use |
and now we discovered that it make us deal with configurations, conversion of JMSheaders, correlation of message , reply and more ...
So, it makes me ask the quest, is it true to use it
Well ... |
Topic: SOAP over jms use |
orman
Replies: 12 Views: 8374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2015 3:18 am Subject: Re: SOAP over jms use |
First of all , thanks for response.
It is the only senrio for now that use this one and no jms applications
So are you saying that currently you only use SOAP over JMS to communicate between ... |
Topic: SOAP over jms use |
orman
Replies: 12 Views: 8374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 09, 2015 9:36 pm Subject: SOAP over jms use |
Hey all
Lately we started investigating the SOAP node using the JMS transport
I want to understand when should we use it and what is the benefit instead using native MQ node
Does it have bene ... |
Topic: Using Subflows - WMB8003 |
orman
Replies: 6 Views: 4005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 20, 2015 2:06 am Subject: Using Subflows - WMB8003 |
Speaking from my limited experience (?) the flows that I have ported from V7.0.0.4 to IIB 9.0.0.2 work fine.
All the subflow files were converted to .subflow types
All the common subflow projects we ... |
Topic: Using Timer node in Active-Active Environemt |
orman
Replies: 6 Views: 4466
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 20, 2015 2:00 am Subject: Using Timer node in Active-Active Environemt |
Design for the situation where you can get duplicate timer events, which will be the norm if you have the same timer flow deployed to two active-active brokers. I don't think broker is going to help ... |