|
|
|
|||||
|
Exception handling in IceStorm
Hello All,
I am a professor in Bombay University and came across Ice. I would like to use this application/architecture for educational project for students of final year of Computer Engineering course. I am a newbie to Ice and would appreciate your help in understanding/resolving an issue I am currently facing with IceStorm. From what I understand, IceStorm behaves as a standard JMS within Java world (please correct me if I am wrong). Having said that, JMS has a feature to trap an onException() when the JMS provider such as ActiveMQ is turned off while Subscriber (durable or non-durable) are still connected. Is there such a feature in IceStorm whereby client/subscriber gets a message/exception when IceStorm is turned off when clients are still connected. Any suggestions would be beneficial. Thank you. |
|
||||||
|
Have a look at any of the Ice run time tests. Every Ice object supports an operation called ice_ping(). If that operation completes without an exception, the object is reachable and, therefore, its server is running and the object exists.
A search for ice_ping in the documentation will quickly tell you everything you need to know. Cheers, Michi. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ice.Application exception handling | henrik | Help Center | 1 | 02-11-2007 10:56 AM |
| Have IceUtil::Exception inherit from std::exception? | bpolivka | Comments | 2 | 12-13-2006 11:52 AM |
| signal handling and ice::Application | fitzharrys | Help Center | 11 | 10-18-2005 06:51 PM |
| strange exception using IceStorm | istvan | Bug Reports | 5 | 12-16-2004 12:10 PM |
| Unknown property "IceBox.DBEnvName.IceStorm" for IceStorm | wwwtiger | Help Center | 1 | 11-05-2004 03:23 PM |