You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PubSub, OPC UA, Azure, Service Bus, Producer, Consumer
Subject
Implementing OPC UA Part 14 PubSub to be used atop of the Microsoft Azure Service Bus Messaging using existing library UAOOI.Networking.SemanticData as a flexible application coupler.
Goal
The main goal of this research is to allow transferring DataTransfer Object factored against the information model using selected domain-specific language (DSL - for example UAModelDesign, UANodeSet, Digital Twin Description language, etc.).
Scope
What we must do to prove the goal has been achieved. Extent or range of development, view, outlook, application, operation, effectiveness, etc.
Related work
Consumer - recovering data from messages and writing to local resources.
Producer - reading data from the Local resource, populating a new message with this value, and sending the message over the wire.
MessageHandling - is a part providing the message handling services. The communicating party can be interconnected using any transparent messages transport infrastructure. MessageHandling should implement IMessageHandlerFactory.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Keywords
PubSub
,OPC UA
,Azure
,Service Bus
,Producer
,Consumer
Subject
Implementing OPC UA Part 14 PubSub to be used atop of the Microsoft Azure Service Bus Messaging using existing library
UAOOI.Networking.SemanticData
as a flexible application coupler.Goal
The main goal of this research is to allow transferring DataTransfer Object factored against the information model using selected domain-specific language (DSL - for example UAModelDesign, UANodeSet, Digital Twin Description language, etc.).
Scope
What we must do to prove the goal has been achieved. Extent or range of development, view, outlook, application, operation, effectiveness, etc.
Related work
Consumer
- recovering data from messages and writing to local resources.Producer
- reading data from the Local resource, populating a new message with this value, and sending the message over the wire.MessageHandling
- is a part providing the message handling services. The communicating party can be interconnected using any transparent messages transport infrastructure. MessageHandling should implementIMessageHandlerFactory
.See also
Beta Was this translation helpful? Give feedback.
All reactions