Qare Internals
    SQL Tables
        Account
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        registerInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
Message Table

Processing of message recieved, is quite a overhead and the situation get worse when the message having the same content is processed as many times as the message comes.To be safe from this situation a unique no is assigned to each message send out. Thus processing of duplicate message is taken care of.

 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
contentNbr
char(79) (PRI)
Content number is a unique message identifier.
messageDate
datetime
The message creation date and time