Author |
Message
|
sachinramesh |
Posted: Sun Mar 30, 2008 10:42 pm Post subject: asynchronous insertion of data using messagebroker |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Hi all
How do we do asynchronous insertion of data in the database using messagebroker. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Mar 30, 2008 10:48 pm Post subject: Re: asynchronous insertion of data using messagebroker |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
sachinramesh wrote: |
How do we do asynchronous insertion of data in the database using messagebroker. |
what does this mean, and what you are looking for, plz elaborate
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sachinramesh |
Posted: Sun Mar 30, 2008 10:54 pm Post subject: Re: asynchronous insertion of data using messagebroker |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Gaya3 wrote: |
sachinramesh wrote: |
How do we do asynchronous insertion of data in the database using messagebroker. |
what does this mean, and what you are looking for, plz elaborate
Regards
Gayathri |
Hi Gayatri
I mean to say that when we are inserting the data into the database ,without the database connected we get an exception .
I dont want to get that exception instead it has to wait until the db connection has been established.what do i need to do that |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Mar 30, 2008 11:00 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Mar 30, 2008 11:04 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
if all those/configured it, well and good
Assume, if the DB doesn't come back what you will do, So
For error handling scenario;
you can come up with a Subflow which does some intervals of retry to the Database, and establish a connection. if not throw an exception.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sachinramesh |
Posted: Sun Mar 30, 2008 11:16 pm Post subject: |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Gaya3 wrote: |
if all those/configured it, well and good
Assume, if the DB doesn't come back what you will do, So
For error handling scenario;
you can come up with a Subflow which does some intervals of retry to the Database, and establish a connection. if not throw an exception.
Regards
Gayathri |
I think we need to use the timer nodes for this,but i dont have them in mb5.0.any other solution for that. |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Mar 30, 2008 11:25 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
V5 goes out of support in September.
Start working on v6. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|