Re: [Architecture] Inbound Endpoint support for ESB

2014-07-27 Thread Kasun Indrasiri
Hi all, In the current implementation of JMS and File inbound EPs all the parameter are prefixed with transport.jms or transport.vfs. I think we should get rid of this. On Fri, Jul 18, 2014 at 11:19 PM, Malaka Silva wrote: > After the fixes by Ishan coordination seems to be working fine with >

[Architecture] Jaggery based UI for WS-Human Tasks

2014-07-27 Thread Milinda Perera
Hi, We are planning to implement Jaggery based UI for WS-Human Tasks [1] in BPS. Currently BPS doesn’t have user interface for WS-HumanTasks separated from admin console. So I’m working on developping jaggery based webapp which can deploy seperately from the BPS. Following diagram depicts the b

Re: [Architecture] BPS Performance Test Results

2014-07-27 Thread Firzhan Naqash
Hi, Sorry I was working on NDataSource migration issue. I will update the mail thread with relevant plotted graphs by EOD today. Regards, Firzhan On Mon, Jul 28, 2014 at 9:53 AM, Srinath Perera wrote: > ping > > > On Mon, Jul 21, 2014 at 3:06 PM, Srinath Perera wrote: > >> Could we plot this

Re: [Architecture] BPS Performance Test Results

2014-07-27 Thread Srinath Perera
ping On Mon, Jul 21, 2014 at 3:06 PM, Srinath Perera wrote: > Could we plot this by scenario pls? > > > On Mon, Jul 21, 2014 at 2:43 PM, Firzhan Naqash wrote: > >> >> Hi, >> >> Following scenarios are considered for the BPS performance testing. >> >> >> BPEL Processes >> >> >> 1.

Re: [Architecture] Removing Global Queue from MB

2014-07-27 Thread Srinath Perera
Hazelcast map is OK, but careful on how often you update that. For the limit, shall we keep an integer for each slot in Hazelcast, and once for 1000 messages, shall we update the integer and get the new value. Then based on that value, we decide slot is full. Slot size limit is a soft limit. Any

Re: [Architecture] Removing Global Queue from MB

2014-07-27 Thread Sajini De Silva
Hi all, I started implementing the above mentioned features. There are some clarifications need to be made. - In each node I keep a map to keep track of slot assignments. There are two possible ways to to that. 1. Use Hazelcast distributed map. 2. Keep in-memory map in each node

Re: [Architecture] Removing Global Queue from MB

2014-07-27 Thread Srinath Perera
Main change is that 1. We will use fixed sized slot instead of unlimited size slot. 2. We assign each node a one slot per each queue. Other slots are kept in a free pool. 3. When a node wants messages, it will checkout a slot, send messages in that slot, and then checkout another slot. 4. When the

[Architecture] Priority for Roles

2014-07-27 Thread Niranjan Karunanandham
Hi Prabath / Johann In EMM, the Administrator can create policies (rule) which contains a set of operations such as Wifi settings, Password policy, Camera (disable / enable), etc., and assign it to a resource. Currently the resources are Users, Platform (Android / iOS) and Roles. Devices (i.e., cu

Re: [Architecture] HTTP PATCH method implementation for SCIM end points

2014-07-27 Thread Gayan Gunawardana
Hi All, Review notes Participants : Prabath, Chamath, Prasad, Thanuja, Isura, Pulasthi, Gayan 1. Move jax rs custom patch implementation to [1] with suitable test cases. 2. Since scim provider component is a jax rs web application remove duplicate codes common to all http methods (Effective fo

Re: [Architecture] Removing Global Queue from MB

2014-07-27 Thread Sajini De Silva
Hi, According to the discussion we had with Srinath there were some changes of the above proposal. 1. Instead of having queuesCount X nodeCount number of slots, we keep infinite number of slots with a limited number of capacity. The capacity of the slot is configurable. 2. When a mess