Author |
Message |
Topic: Limit of size of data while retrieving from database |
sudeepm
Replies: 1 Views: 1596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2011 1:11 am Subject: Limit of size of data while retrieving from database |
I am trying to extract data from Database using select query from Java Compute node.
There is a payload field in the resultset. If the size of payload is around 2.5 MB then I am able to retrieve data ... |
Topic: using Extreme scale with message broker |
sudeepm
Replies: 10 Views: 6652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 26, 2011 9:15 pm Subject: using Extreme scale with message broker |
Thanks mqmatt.
Just one more question if you can help. I was going thru online documents for eXtreme scale, it acutally combines all JVMs' memory and create a kind of grid. Do you think for MB we s ... |
Topic: using Extreme scale with message broker |
sudeepm
Replies: 10 Views: 6652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 26, 2011 5:26 am Subject: using Extreme scale with message broker |
We are exploring the option of using Websphere eXtreme Scale with Message broker. Is there any one who has used this combination before?
Thanks |
Topic: Unable to delete data using JCN from database. |
sudeepm
Replies: 1 Views: 1697
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 16, 2010 4:31 am Subject: Unable to delete data using JCN from database. |
Hi, I have created simple delete query which deletes data from database(DB2).While the select and update statements work, delete is giving exception while creating the sql statment .The sql state is 4 ... |
Topic: Roll back of messages in JCN |
sudeepm
Replies: 0 Views: 1549
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 25, 2010 7:55 am Subject: Roll back of messages in JCN |
Hi, The message flow structure is an MQinput Node -> JCN -> MQOutput Node.
The JCN reads from a file, separtes it into 5 messages and propogates the 5 messages in loop. I want to roll back the ... |
Topic: Access Java variables across Execution group |
sudeepm
Replies: 9 Views: 5058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 09, 2010 2:46 am Subject: Access Java variables across Execution group |
right now I have tried only static variable and I am able to use them across flows with in same execution group.
Now I will try to access them across JVM, which I doubt will work.. |
Topic: Access Java variables across Execution group |
sudeepm
Replies: 9 Views: 5058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 09, 2010 2:41 am Subject: Access Java variables across Execution group |
We had proposed Cache node to client but they are relectuant to use.
Thats why I am looking for some other solution. |
Topic: Access Java variables across Execution group |
sudeepm
Replies: 9 Views: 5058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 09, 2010 2:11 am Subject: Access Java variables across Execution group |
Acutally I have two req
1) Accessing variable from different flows but within same execution group
2)I also have another requirement to access database cache across JVM(Execution group).I have g ... |
Topic: Access Java variables across Execution group |
sudeepm
Replies: 9 Views: 5058
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 09, 2010 1:42 am Subject: Access Java variables across Execution group |
Is there any variable exist that can be accessed across execution group.
I know that each Execution group has its own JVM.Is there any way to access variables across JVM |
Topic: Sharing java static variable across different flows |
sudeepm
Replies: 1 Views: 2313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 08, 2010 8:53 pm Subject: Sharing java static variable across different flows |
I need to create two flows in single execution group. One flow will have java static variable which will store some cache.The second flow is trying to acess this static variable to access this cache.
... |
Topic: Deployment issues while deploying flows with cache nodes |
sudeepm
Replies: 1 Views: 2025
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2010 3:38 am Subject: Deployment issues while deploying flows with cache nodes |
Following is the error message
:BIP2241E: A Loadable Implementation Library (.lil, .jar, or .par) is not found for message flow node type 'CachePutNode' in message flow 'CacheNodeTest'.
The brok ... |
Topic: Collector node |
sudeepm
Replies: 1 Views: 1921
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2010 10:52 pm Subject: Collector node |
I want to create a message flow where I can set collector node properties like quantity and timeout dynamically.
Some thing like we set queue name in local environment to route message dynamically a ... |
Topic: Dynamic WebService Invocation |
sudeepm
Replies: 3 Views: 3102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 18, 2009 10:56 am Subject: Dynamic WebService Invocation |
You can not use Http Request node for invoking a flow which is using SOAP Input node.
Why would you say that?
exactly..and the post has been edited already!!
ne past experiences for anyone ... |
Topic: Dynamic WebService Invocation |
sudeepm
Replies: 3 Views: 3102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 16, 2009 11:25 am Subject: Dynamic WebService Invocation |
Hi,
I had a very basic question regarding the interchangeability of the above 2 nodes.
I have a WebService Flow which has a SOAPInput node configured with a particular WSDL. Now to invoke this se ... |
Topic: Soap node :Exceution group and port setting |
sudeepm
Replies: 3 Views: 4172
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 26, 2008 5:55 am Subject: Soap node :Exceution group and port setting |
I am able to set single port to multiple execution group using HTTPConnect in mqsichangeproperties command.
But while invoking flows i get coonection refuse for the second execution group |