From professional translators, enterprises, web pages and freely available translation repositories.
l'applicazione crea un oggetto messageconsumer utilizzando il metodo createconsumer() su un oggetto session.
the application creates a messageconsumer object by using the createconsumer() method on a session object.
Last Update: 2008-01-04
Usage Frequency: 4
Quality:
per creare un oggetto messageconsumer, un'applicazione utilizza il metodo createconsumer() di un oggetto session, come viene indicato nel seguente esempio:
to create a messageconsumer object, an application uses the createconsumer() method of a session object, as shown in the following example:
Last Update: 2008-03-05
Usage Frequency: 2
Quality:
per creare un sottoscrittore di argomenti non durevole, un'applicazione può utilizzare il metodo createconsumer() indipendente dal dominio, specificando un oggetto topic come destinazione.
to create a nondurable topic subscriber, an application can use the domain independent createconsumer() method, specifying a topic object as the destination.
Last Update: 2008-03-05
Usage Frequency: 2
Quality:
a tale scopo, impostare il terzo parametro della chiamata createconsumer() su <codeph>true</codeph>, come mostrato nel seguente esempio:
to do this, set the third parameter on the createconsumer() call to <codeph>true</codeph>, as shown in the following example:
Last Update: 2008-01-04
Usage Frequency: 4
Quality:
Warning: Contains invisible HTML formatting