- persistent identifier (PID)
A registration property used by the OSGi Configuration Admin Service to identify a group of configuration attributes.
- point-to-point messaging
A messaging style where messages are sent between two known endpoints. This messaging style is typically implemented using queues.
- producer
An application that creates messages and posts them to a messaging destination.
- profile
A set of data that defines runtime artifacts and configuration settings for provisioning a Fabric Container.
- publish and subscribe messaging (pub/sub)
A messaging style where message producers send(publish) messages to a destination and interested consumers can register(subscribe) to receive messages from the destination. This style of messaging is implemented using topics.







