Author |
Message |
Topic: JSON reserved words |
deepak_paul
Replies: 2 Views: 2574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 03, 2015 1:19 pm Subject: JSON reserved words |
All,
When we write a new JSON message that is modeled to have a property name as 'class' and message flow is interfacing with HTTP nodes(Input and Output), we see that property 'class' is not creat ... |
Topic: Mqsicreatebar builds in parallel |
deepak_paul
Replies: 7 Views: 5819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2015 11:44 am Subject: Mqsicreatebar builds in parallel |
Got it. So one eclipse location and as many workspace as we need. Fine. Let me give it a try to build with multiple workspaces with the same eclipse mqsicreatbar in parallel. Thanks Jeff. |
Topic: Mqsicreatebar builds in parallel |
deepak_paul
Replies: 7 Views: 5819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2015 11:28 am Subject: Mqsicreatebar builds in parallel |
Different eclipse location and different workspace is fine.
Build eclipse location L1(pointing Workspace 1) is the default and ONLY IF this is busy(runing mqsicreatebar), i would like to use build ... |
Topic: Mqsicreatebar builds in parallel |
deepak_paul
Replies: 7 Views: 5819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2015 11:08 am Subject: Mqsicreatebar builds in parallel |
If you're running different workspaces, and you have executed separate mqsicreatebar commands from separate programs, or at least in a set of parallel ant tasks, then it should run in parallel.
You ... |
Topic: Mqsicreatebar builds in parallel |
deepak_paul
Replies: 7 Views: 5819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2015 4:43 pm Subject: Mqsicreatebar builds in parallel |
All,
Is it possible to run the mqsicreate command in parallel? We have message flows that take about 30 mins to build so wanted to see if we can run build framework(ant scripts to run mqsicreatbar ... |
Topic: Rename EG |
deepak_paul
Replies: 3 Views: 2962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2014 3:32 pm Subject: Rename EG |
All,
Wanted to see if it is possible to rename the Execution Group in Broker which was created already. I dont see any MQSI command to serve this request. Is it anyway possible? |
Topic: Use of variables defined in another schema |
deepak_paul
Replies: 2 Views: 2358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 21, 2014 1:24 pm Subject: Use of variables defined in another schema |
The solution is to have a "get" method for each constant, and a "get" and "set" method for each variable.
Kind regards,
Thanks Mgk. So there is no direct way to imp ... |
Topic: Use of variables defined in another schema |
deepak_paul
Replies: 2 Views: 2358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 16, 2014 10:17 am Subject: Use of variables defined in another schema |
All,
I am trying to initialize all ESQL variables/constants in a common broker schema and would like to access it from each application which have different broker schema.
BROKER SCHEMA com.co ... |
Topic: REST Service Route |
deepak_paul
Replies: 2 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 07, 2014 4:11 pm Subject: REST Service Route |
Any better alternatives? |
Topic: REST Service Route |
deepak_paul
Replies: 2 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 05, 2014 12:05 pm Subject: REST Service Route |
All,
We are trying to expose the REST services in Message Broker V8. As we do have more dependant resources for the same factory resource, it is getting little complicated to put the implementation ... |
Topic: IBM Netezza Support in Message Broker |
deepak_paul
Replies: 1 Views: 2707
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 10, 2014 5:33 pm Subject: IBM Netezza Support in Message Broker |
All,
Wanted to see if Message Broker v8.0 supports IBM Nettezza database. Please suggest if you have any workaround solutions. |
Topic: Detect low traffic in MQ and process the msgs |
deepak_paul
Replies: 6 Views: 6154
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 23, 2014 12:32 pm Subject: Detect low traffic in MQ and process the msgs |
And using message priority doesn't help because.....?
Very good point. Thanks Vitor. So setting the priority to lower value for the reprocess messages will solve it without any staging in DB?
... |
Topic: Detect low traffic in MQ and process the msgs |
deepak_paul
Replies: 6 Views: 6154
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 23, 2014 11:35 am Subject: Detect low traffic in MQ and process the msgs |
Why do you need to stage them in this way?...
App Queue is always flooded with real time messages. The messages which are in DB are reprocess messages. So basically we want to process all reprocess m ... |
Topic: Detect low traffic in MQ and process the msgs |
deepak_paul
Replies: 6 Views: 6154
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 23, 2014 10:42 am Subject: Detect low traffic in MQ and process the msgs |
All,
We are working on a solution where we need to detect the traffic in the flow and if not much, we need to get messages from DB and send to the app flow.
Scenario:
1. If the data flow traffi ... |
Topic: Migration from SVN to Git for Message Broker Projects |
deepak_paul
Replies: 9 Views: 7240
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 06, 2013 5:44 am Subject: Migration from SVN to Git for Message Broker Projects |
Any good tools out there for a smooth migration from SVN to Git? |