Author |
Message |
Topic: Creating broker - username password |
ibolui
Replies: 1 Views: 2124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2011 1:06 am Subject: Creating broker - username password |
Hi, I was trying to create a local broker. I need to enter the Queue manager, username and password.
I do not know what is the username and password for?? Can anyone explains it to me?
Also, f ... |
Topic: backup and restore |
ibolui
Replies: 5 Views: 5017
|
Forum: General IBM MQ Support Posted: Mon Nov 22, 2010 1:42 am Subject: backup and restore |
i got mqsibackupbroker working correctly.
but that isn't quite what i looking for. actually i am looking to backup broker/flow/configurable services/queues/topics/etc etc.. so that i can replicate ... |
Topic: backup and restore |
ibolui
Replies: 5 Views: 5017
|
Forum: General IBM MQ Support Posted: Wed Sep 08, 2010 5:00 pm Subject: backup and restore |
Before running mqsibackupbroker, did you source the mqsiprofile?
i guess not..because i dont know what it means?? |
Topic: backup and restore |
ibolui
Replies: 5 Views: 5017
|
Forum: General IBM MQ Support Posted: Tue Sep 07, 2010 7:38 pm Subject: backup and restore |
hi,
i am trying to replicate my current wmb and mq, to another machine.
i read about using mqsibackupbroker, which can backup the broker config and all associated resources.
is this what i shou ... |
Topic: dead letter queue error message |
ibolui
Replies: 1 Views: 1664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2010 6:07 pm Subject: dead letter queue error message |
hi..
i have a scenario where i have set the BO requeue queue (myBOQ) of a MQ queue.
It is basically a message routing flow and i have purposely set the output queue destination to an nonexistent ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2010 6:00 pm Subject: javacompute database query |
i think i have gotten it to work. i followed the Message Routing Sample that comes with the broker..
thanks everyone  |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 18, 2010 5:18 pm Subject: javacompute database query |
If the data is different enough each time the flow is run such that the data has to be read each time the flow is run - which you have stated! - then this solution can't be done.
sorry! my bad.. i d ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 17, 2010 5:23 pm Subject: javacompute database query |
When I asked if the data had to be read each time, and the answer was given as "yes", I don't see how maintaining a cache will help either.
maybe to be clearer in what i am trying to do. ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 17, 2010 1:33 am Subject: javacompute database query |
yes.. is a all java thing
sorry.. what is data setup in the Environment folder in a JCN? |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 17, 2010 1:20 am Subject: javacompute database query |
thanks smdavies99!
i think that may be what i am looking for. but i have no clue and exp at all..
i have googled abit and BEGIN ATOMIC is part of ESQL? can it be used in javacompute node?
can ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 16, 2010 9:56 pm Subject: javacompute database query |
hmmmm.. i am not having any problems with the java file reading operation..
but i am having problems with the slow execution of db query using the javacompute node..
Look at atomic operations an ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 16, 2010 5:15 pm Subject: javacompute database query |
yup i know reading a file is definitely faster. as for storing in db... it is what i have been tasked to do. of course i have reflected about this issue and if i cant improve the performance in time, ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 15, 2010 11:17 pm Subject: javacompute database query |
sorry for the confusion
yes.. all 1500 executions of the flow took only about 10secs..
whereas if the flow is doing the db query, all 1500 executions took about 6.5mins
You said that 1500 ... |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 15, 2010 9:17 pm Subject: javacompute database query |
the table is a 2 columns string data. the index is the key..
0.25 for each call? that is less than 10sec and faster than reading from file?
i do not know about caching table.. will try it now.. |
Topic: javacompute database query |
ibolui
Replies: 26 Views: 11544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 15, 2010 6:53 pm Subject: javacompute database query |
i am using a javacompute to create a connection to sqlserver 2005, using type4 driver. then i query a table with only 15 rows of data.
i realise that running the message flow 1500 times continuousl ... |