Author |
Message |
Topic: TCPIP client nodes with SOCKS 4 proxy |
er_pankajgupta84
Replies: 0 Views: 1733
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 02, 2014 9:01 pm Subject: TCPIP client nodes with SOCKS 4 proxy |
Is there a way to setup SOCKS 4 proxy on TCPIP client nodes?
I have to make a socket call to a server using our internal proxy server (SOCKS 4). I can do this thru Java but was wondering if I can d ... |
Topic: How to set dynamical values for SecurityIdentity |
er_pankajgupta84
Replies: 6 Views: 4684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 04, 2013 7:53 pm Subject: How to set dynamical values for SecurityIdentity |
I have a similar question.
Can we override SecurityIdentity on FileOutput node using local environment.
If so what would be the path for that.
I know we can override it for an email node using: ... |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 24, 2012 12:12 pm Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
Have you taken this course?
if so, can you clarify this doubt?
If not, then please let other help..
My question is pretty straightforward - If broker can keep multiple concurrent active thread ... |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 24, 2012 8:25 am Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
Is there a limitation on those threads?
I know there is a limitation for # of instance in one EG.
I couldn't connect why 200 threads would be active with just once instance. If you say there cou ... |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 24, 2012 6:36 am Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
So, here's the complete information from IBM:
'HTTPListener' -> threadPoolSize is, or at least was, an internal setting and thus shouldn't be changed. It is actually now redundant.
Both lis ... |
Topic: Asynchronous webservice hosting in datapower |
er_pankajgupta84
Replies: 2 Views: 8104
|
Forum: WebSphere DataPower Posted: Tue Oct 23, 2012 1:26 pm Subject: Asynchronous webservice hosting in datapower |
I think you misunderstood the question:
The scenario is:
HTTPInput -> (go to backend system) -> HTTPReply
now I want to implement call to backend system in a asynchronous way using queu ... |
Topic: Design consideration - Web services vs MDB |
er_pankajgupta84
Replies: 8 Views: 7343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 23, 2012 11:58 am Subject: Design consideration - Web services vs MDB |
Thanks for this information. This has already been considered.
Following Article gives a very clear understanding of how MDBs will work:
http://www.ibm.com/developerworks/websphere/library/techa ... |
Topic: Asynchronous webservice hosting in datapower |
er_pankajgupta84
Replies: 2 Views: 8104
|
Forum: WebSphere DataPower Posted: Tue Oct 23, 2012 10:54 am Subject: Asynchronous webservice hosting in datapower |
I need to take a message from external client and then call a synchornous webservice hosted in broker and send the response back to external client.
Can this scenario be implemented in like:
Get ... |
Topic: Design consideration - Web services vs MDB |
er_pankajgupta84
Replies: 8 Views: 7343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 23, 2012 5:52 am Subject: Design consideration - Web services vs MDB |
If I go with MDB implemented in WAS then I am seeing a strange behaviour on load balancing.
Here is what IBM says on this:
"Each MDB configured to listen on a queue will use a single input ... |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 23, 2012 5:43 am Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
Here is what IBM said about # of instances:
"If we start by assuming 20 clients, each client request will "consume" a thread from the (1 per input node + additional instance) thread ... |
Topic: Design consideration - Web services vs MDB |
er_pankajgupta84
Replies: 8 Views: 7343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 19, 2012 12:44 pm Subject: Design consideration - Web services vs MDB |
Suggestion accepted. There could be more improvement to how I am going to orchestrate the flow.
But the real questions stays as is.. Would it be advisable to take WS route using SOAPRequest nodes o ... |
Topic: Design consideration - Web services vs MDB |
er_pankajgupta84
Replies: 8 Views: 7343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 19, 2012 8:43 am Subject: Design consideration - Web services vs MDB |
Just wanted some thoughts on these 2 design considerations:
I have a scenario where I have to call 4-5 different services (hosted in WAS) sequentially from broker.
Here are my 2 design considera ... |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 18, 2012 12:47 pm Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
Neal - in your scenario you are using broker level HTTP connector/listener so it would be good to raise the maxthread to 750 since your flows are deployed among multiple instances.
But in my scenar ... |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 18, 2012 8:36 am Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
@Neal - maxKeepAliveRequests parameter will simple tell whether to use the same socket or not. How can it affect number of threads/instances being spanned even with the one user. |
Topic: HTTPListener or HTTPConnector or flow instance tuning for WS |
er_pankajgupta84
Replies: 39 Views: 21642
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 11:10 am Subject: HTTPListener or HTTPConnector or flow instance tuning for WS |
Once again, I am on linux with 7.0.0.4.
Since my response time is 2ms so I am getting 500 TPS with 1 user putting messages in sequence. (So no parallel processing is happening, otherwise i would ha ... |