Author |
Message |
Topic: Securing an API : Use IIB or API Connect |
ruimadaleno
Replies: 3 Views: 4670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 18, 2017 8:42 am Subject: Securing an API : Use IIB or API Connect |
you need to plan ahead before
Do you want all your service to be protected ? do you want to expose an "hybrid secured" service where some capabilities are "open" to all authe ... |
Topic: Business related reasons for migration from IIB v9.x to 10.x |
ruimadaleno
Replies: 4 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 07, 2017 7:05 am Subject: Business related reasons for migration from IIB v9.x to 10.x |
in my case i am using broker 8.0.0.7 and trying to migrate to v10
speaking business: the main reason to upgrade is to get support from ibm.
I've made a list of services/apps running on broker a ... |
Topic: Presentation on IIB V9 |
ruimadaleno
Replies: 10 Views: 6585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 10, 2017 7:44 am Subject: Presentation on IIB V9 |
"IIB is not a J2EE server"
This is crucial.
One of my best received presentations was:
"Use cases for IIB solutions"
subtitled
"If you think it woul ... |
Topic: Presentation on IIB V9 |
ruimadaleno
Replies: 10 Views: 6585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 10, 2017 7:42 am Subject: Presentation on IIB V9 |
"To monitoring or not to monitoring ... that's the question"
How to handle logging with monitoring features in IIB |
Topic: Planning Continuous Integration with Jenkins and WMB 8.0 |
ruimadaleno
Replies: 31 Views: 24822
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2017 8:30 am Subject: Re: Planning Continuous Integration with Jenkins and WMB 8.0 |
Twos month ago we have changed the deployment process in our broker environment (in short: deployment was done via message broker explorer and now is done via scripts: properties files + bar files + m ... |
Topic: Non-funtional Testing tools for IIB |
ruimadaleno
Replies: 4 Views: 4917
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 21, 2017 8:26 am Subject: Non-funtional Testing tools for IIB |
Not sure if this is the kind of tool you are looking for...
Sonarqube is a tool for continously checking you code quality
https://www.sonarqube.org/
there is a plugin for toolkit/IIB (current ... |
Topic: {Solved}HTTP - Database throughput issues |
ruimadaleno
Replies: 6 Views: 5672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 20, 2017 1:52 am Subject: {Solved}HTTP - Database throughput issues |
We were able to resolve this by adding more memory to SQL Server.
When we are performing the test SQL CPU was good but memory is between 80-90% once we increased the memory number of concurrent con ... |
Topic: Validating JSON payload |
ruimadaleno
Replies: 20 Views: 14232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2017 2:11 am Subject: Validating JSON payload |
We are not building rest services to deploy in production environment, we are building a proof of concept (POC) to understand what advantages/disadvantages, building, deployment and maintenance effort ... |
Topic: Validating JSON payload |
ruimadaleno
Replies: 20 Views: 14232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2017 9:02 am Subject: Validating JSON payload |
The question here is: if you are inserting some rows in a oracle/db2 table, who is responsible for data validation ? the client/app ?
Well, my personal opinion (and other opinions may be better o ... |
Topic: Validating JSON payload |
ruimadaleno
Replies: 20 Views: 14232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2017 9:54 am Subject: Validating JSON payload |
There's no reason why you can't have a highly structured data store behind a REST API.
I fully agree with you. The question here is: if you are inserting some rows in a oracle/db2 table, who ... |
Topic: Validating JSON payload |
ruimadaleno
Replies: 20 Views: 14232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2017 7:16 am Subject: Validating JSON payload |
Let us consider two scenarios:
1) In the end of the day data is stored in a relational/tightly structured data store. Typically a relational database, So somebody needs to validate data before it ... |
Topic: Validating JSON payload |
ruimadaleno
Replies: 20 Views: 14232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2017 3:46 am Subject: Validating JSON payload |
Hi all,
running iib v10.0.0.6 and building a proof of concept (POC) on building and running REST/Json services.
the goal here is to understand the technology, define models, check potential prob ... |
Topic: OData support in IIB? |
ruimadaleno
Replies: 3 Views: 5050
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 7:17 am Subject: OData support in IIB? |
in the end of the day it's just a set of rest services were you can post some json data.
Broker/IIB is capable of talking to a rest services and sent json data , maybe you don't have a plugin ... |
Topic: FileInput node behaviour and deployment |
ruimadaleno
Replies: 4 Views: 3982
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 4:15 am Subject: FileInput node behaviour and deployment |
Hi smDavies, thank you for you input.
in fact that is the more logical and "catolic" way to do the deploy
Just trying to understand what happens in this "extreme" scenari ... |
Topic: FileInput node behaviour and deployment |
ruimadaleno
Replies: 4 Views: 3982
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 08, 2017 3:16 am Subject: FileInput node behaviour and deployment |
Hi all,
we have built a message flow that reads files from a folder, do some transformation and integration and finnaly move the file to a destination folder.
FileInputNode (Read files from f ... |