Class attributes
- behavior
- Controls the behavior of implicit connection and disconnection.
- IMQ_EXPL_DISC_BACKOUT (0L)
- An explicit call to the disconnect method implies
backout. This attribute is mutually exclusive with IMQ_EXPL_DISC_COMMIT.
- IMQ_EXPL_DISC_COMMIT (1L)
- An explicit call to the disconnect method implies
commit (the default). This attribute is mutually exclusive with IMQ_EXPL_DISC_BACKOUT.
- IMQ_IMPL_CONN (2L)
- Implicit connection is allowed (the default).
- IMQ_IMPL_DISC_BACKOUT (0L)
- An implicit call to the disconnect method, which
can occur during object destruction, implies backout. This attribute is mutually
exclusive with the IMQ_IMPL_DISC_COMMIT.
- IMQ_IMPL_DISC_COMMIT (4L)
- An implicit call to the disconnect method, which
can occur during object destruction, implies commit (the default). This attribute
is mutually exclusive with IMQ_IMPL_DISC_BACKOUT.