Hi,
In my application am using push-registry feature (wake up midlet when notified with incoming message on perticular
port). For this am using
PushRegistry.registerConnection("sms://:" +PortNumber, "midletName", "*");
application working fine ,but some times getting connection already registered exception . for this one everytime am unregister that connection and establishing again ,Still getting the same issue .can any one help me.
Thanks in advance.

Reply With Quote

